mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
parent
48b1c5ff30
commit
a69179c3f2
@ -7,9 +7,10 @@
|
|||||||
'role/add',
|
'role/add',
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'class' => 'button action-link',
|
'class' => 'button action-link',
|
||||||
'icon' => 'plus',
|
'data-base-target' => '_next',
|
||||||
'title' => $this->translate('Create a new role')
|
'icon' => 'plus',
|
||||||
|
'title' => $this->translate('Create a new role')
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
|
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user