mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
ConfigMenu: Fix incorrect shared navigation url
fixes #4953 (cherry picked from commit b1574e4bee0e4c597099dbd0436ed137b3d6bb8a)
This commit is contained in:
parent
0ea550ed21
commit
d983852f82
@ -74,7 +74,7 @@ class ConfigMenu extends BaseHtmlElement
|
||||
'navigation' => [
|
||||
'label' => t('Shared Navigation'),
|
||||
'permission' => 'config/navigation',
|
||||
'url' => 'navigation'
|
||||
'url' => 'navigation/shared'
|
||||
],
|
||||
'modules' => [
|
||||
'label' => t('Modules'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user