monitoring/CSS: Add listing-table to the hostgroup overview

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 12:42:37 +02:00
parent aa6357a385
commit 4a24065916
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if (! $this->compact): ?>
<p><?= $this->translate('No host groups found matching the filter.') ?></p>
</div>
<?php return; endif ?>
<table class="groupview action" data-base-target="_next">
<table class="groupview action listing-table" data-base-target="_next">
<thead>
<tr>
<th><?= $this->translate('Host Group') ?></th>