mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
RoleController: Fix link to add a new role
This commit is contained in:
parent
6a914dc25b
commit
54b960addc
@ -67,7 +67,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<?php endif ?>
|
||||
<a data-base-target="_next" href="<?= $this->href('role/new') ?>">
|
||||
<a data-base-target="_next" href="<?= $this->href('role/add') ?>">
|
||||
<?= $this->translate('Create a New Role') ?>
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user