Skip to content

Commit

Permalink
monitoring/CSS: Fix action-table class in the service groups overview
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 29, 2015
1 parent 1db966b commit 3a14a95
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit 3a14a95

Please sign in to comment.