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