monitoring/CSS: Use action-table instead of action in the hostgroup overview
refs #5543
This commit is contained in:
parent
4a24065916
commit
1014cdfa3c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue