mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-08 16:22:05 -04:00
Add "User Groups” menu entry
This commit is contained in:
parent
dc483b7bd3
commit
34d5fad7c0
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ namespace Icinga\Module\Eagle
|
|||
'url' => 'eagle/users',
|
||||
'priority' => 60
|
||||
]);
|
||||
$section->add(N_('User Groups'), [
|
||||
'url' => 'eagle/usergroups',
|
||||
'priority' => 70
|
||||
]);
|
||||
|
||||
// TODO: Switch to from='ipl' prior release!
|
||||
$this->requireCssFile('balls.less', 'ipldev');
|
||||
|
|
|
|||
Loading…
Reference in a new issue