mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Fix active configuration/application menu highlighting
Fix a bug that caused the application config to not be set to active when navigating through history. refs #9761
This commit is contained in:
parent
8a4e4ecf49
commit
675a130787
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ class Menu implements RecursiveIterator
|
|||
'priority' => 800
|
||||
));
|
||||
$section->add(t('Application'), array(
|
||||
'url' => 'config',
|
||||
'url' => 'config/general',
|
||||
'permission' => 'config/application/*',
|
||||
'priority' => 810
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in a new issue