mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Permissions: Use icon for the remove permission link
This commit is contained in:
parent
462153fdf2
commit
9c8c81c201
@ -29,8 +29,9 @@
|
|||||||
<td><?= $this->escape($role->users) ?></td>
|
<td><?= $this->escape($role->users) ?></td>
|
||||||
<td><?= $this->escape($role->groups) ?></td>
|
<td><?= $this->escape($role->groups) ?></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="<?= $this->url('permissions/remove', array('role' => $name)) ?>">
|
<a href="<?= $this->url('permissions/remove', array('role' => $name)) ?>"
|
||||||
<?= $this->translate('Remove role') ?>
|
title="<?= $this->translate('Remove role') ?>">
|
||||||
|
<?= $this->icon('cancel') ?>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user