CSS: Fix table classes in role/list

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:35:02 +02:00
parent a065fe7fce
commit ee1171ef9d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
<?= $this->translate('No roles found.') ?>
<?php else: ?>
<table class="avp action alternating" data-base-target="_next">
<table class="action-table listing-table" data-base-target="_next">
<thead>
<tr>
<th><?= $this->translate('Name') ?></th>