mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Separate the lists of user and group backends with headings
refs #10309
This commit is contained in:
parent
88ff055f39
commit
4e9e0f9b35
@ -2,6 +2,7 @@
|
|||||||
<?= $tabs ?>
|
<?= $tabs ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<h1><?= $this->translate('User Backends') ?></h1>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$this->translate('Create a New User Backend') ,
|
$this->translate('Create a New User Backend') ,
|
||||||
'config/createuserbackend',
|
'config/createuserbackend',
|
||||||
@ -15,6 +16,7 @@
|
|||||||
) ?>
|
) ?>
|
||||||
<?= $form ?>
|
<?= $form ?>
|
||||||
|
|
||||||
|
<h1><?= $this->translate('User Group Backends') ?></h1>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$this->translate('Create a New User Group Backend') ,
|
$this->translate('Create a New User Group Backend') ,
|
||||||
'usergroupbackend/create',
|
'usergroupbackend/create',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user