Skip to content

Commit

Permalink
monitoring/CSS: Add listing-table to the hostgroup overview
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent aa6357a commit 4a24065
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit 4a24065

Please sign in to comment.