monitoring/CSS: Fix action-table class in the service groups overview
refs #5543
This commit is contained in:
parent
b7121c5384
commit
a0b9a06461
|
@ -14,7 +14,7 @@ if (! $this->compact): ?>
|
||||||
<p><?= $this->translate('No service groups found matching the filter.') ?></p>
|
<p><?= $this->translate('No service groups found matching the filter.') ?></p>
|
||||||
</div>
|
</div>
|
||||||
<?php return; endif ?>
|
<?php return; endif ?>
|
||||||
<table class="action-tabline listing-table" data-base-target="_next">
|
<table class="action-table listing-table" data-base-target="_next">
|
||||||
<thead>
|
<thead>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th><?= $this->translate('Service Group') ?></th>
|
<th><?= $this->translate('Service Group') ?></th>
|
||||||
|
|
Loading…
Reference in New Issue