mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Revert "Web/Menu: move "About" to config section"
Has been fixed in current master. This reverts commit 56d67def0085676c0a5c16efe3af7436403ec7ef.
This commit is contained in:
parent
b579c65038
commit
7a18638504
@ -264,10 +264,6 @@ class Menu implements RecursiveIterator
|
||||
'permission' => 'config/modules',
|
||||
'priority' => 890
|
||||
));
|
||||
$section->add(t('About'), array(
|
||||
'url' => 'about',
|
||||
'priority' => 895
|
||||
));
|
||||
|
||||
$section = $this->add($auth->getUser()->getUsername(), array(
|
||||
'icon' => 'user',
|
||||
@ -283,6 +279,11 @@ class Menu implements RecursiveIterator
|
||||
'priority' => 990,
|
||||
'renderer' => 'ForeignMenuItemRenderer'
|
||||
));
|
||||
|
||||
$this->add(t('About'), array(
|
||||
'url' => 'about',
|
||||
'priority' => 1000
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user