mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
Roles view: show role's name in the title of the remove-link
This commit is contained in:
parent
ff1cda94ef
commit
2ba78f24c3
@ -52,7 +52,10 @@
|
||||
<td><?= $this->escape($role->groups) ?></td>
|
||||
<td>
|
||||
<a href="<?= $this->url('roles/remove', array('role' => $name)) ?>"
|
||||
title="<?= $this->translate('Remove role') ?>">
|
||||
title="<?php printf(
|
||||
$this->translate('Remove role "%s"'),
|
||||
$name
|
||||
); ?>">
|
||||
<?= $this->icon('cancel') ?>
|
||||
</a>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user