monitoring/CSS: Use action-table instead of action in the hostgroup overview

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 12:43:06 +02:00
parent 4a24065916
commit 1014cdfa3c
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 listing-table" data-base-target="_next">
<table class="action-table listing-table" data-base-target="_next">
<thead>
<tr>
<th><?= $this->translate('Host Group') ?></th>