mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 12:54:26 +02:00
Add menu entry for the user group backend configuration
That's definitely just a placeholder... refs #8826
This commit is contained in:
parent
ea959c2dfd
commit
d097f7fe8f
@ -242,6 +242,11 @@ class Menu implements RecursiveIterator
|
||||
'permission' => 'config/application/*',
|
||||
'priority' => 300
|
||||
));
|
||||
$section->add(t('UserGroupBackends'), array(
|
||||
'url' => 'usergroupbackend/list',
|
||||
'permission' => 'config/application/usergroupbackend/*',
|
||||
'priority' => 301
|
||||
));
|
||||
$section->add(t('Configuration'), array(
|
||||
'url' => 'config',
|
||||
'permission' => 'config/application/*',
|
||||
|
Loading…
x
Reference in New Issue
Block a user