mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
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()): ?>
|
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
|
||||||
<?= $this->translate('No permissions found.') ?>
|
<?= $this->translate('No permissions found.') ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<table class="action" data-base-target="_next">
|
<table class="avp action" data-base-target="_next">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->translate('Name') ?></th>
|
<th><?= $this->translate('Name') ?></th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user