mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
ee1171ef9d
commit
d5c82a6c82
@ -2,6 +2,16 @@
|
|||||||
<?= $tabs ?>
|
<?= $tabs ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<?= $this->qlink(
|
||||||
|
$this->translate('Create A New Role') ,
|
||||||
|
'role/add',
|
||||||
|
null,
|
||||||
|
array(
|
||||||
|
'class' => 'button action-link',
|
||||||
|
'icon' => 'plus',
|
||||||
|
'title' => $this->translate('Create a new role')
|
||||||
|
)
|
||||||
|
) ?>
|
||||||
<div>
|
<div>
|
||||||
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
|
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
|
||||||
<?= $this->translate('No roles found.') ?>
|
<?= $this->translate('No roles found.') ?>
|
||||||
@ -67,8 +77,5 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<a data-base-target="_next" href="<?= $this->href('role/add') ?>">
|
|
||||||
<?= $this->translate('Create a New Role') ?>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user