monitoring/CSS: Fix action-table class in the service groups overview

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-29 10:44:19 +02:00
parent b7121c5384
commit a0b9a06461
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if (! $this->compact): ?>
<p><?= $this->translate('No service groups found matching the filter.') ?></p>
</div>
<?php return; endif ?>
<table class="action-tabline listing-table" data-base-target="_next">
<table class="action-table listing-table" data-base-target="_next">
<thead>
<th></th>
<th><?= $this->translate('Service Group') ?></th>