Skip to content

Commit

Permalink
monitoring/CSS: Use action-table instead of action in the hostgroup o…
Browse files Browse the repository at this point in the history
…verview

refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent 4a24065 commit 1014cdf
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 listing-table" data-base-target="_next">
<table class="action-table listing-table" data-base-target="_next">
<thead>
<tr>
<th><?= $this->translate('Host Group') ?></th>
Expand Down

0 comments on commit 1014cdf

Please sign in to comment.