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

View File

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