Permissions: Add class avp to index table
This commit is contained in:
parent
e67d937642
commit
e48935f487
|
@ -7,7 +7,7 @@
|
|||
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
|
||||
<?= $this->translate('No permissions found.') ?>
|
||||
<?php else: ?>
|
||||
<table class="action" data-base-target="_next">
|
||||
<table class="avp action" data-base-target="_next">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?= $this->translate('Name') ?></th>
|
||||
|
|
Loading…
Reference in New Issue