mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Provide a explicit priority for the history menu section
refs #5600
This commit is contained in:
parent
ab23b56973
commit
0c3c38a2ef
@ -190,7 +190,8 @@ $section->add($this->translate('Notifications'), array(
|
||||
* History Section
|
||||
*/
|
||||
$section = $this->menuSection($this->translate('History'), array(
|
||||
'icon' => 'rewind'
|
||||
'icon' => 'rewind',
|
||||
'priority' => 90
|
||||
));
|
||||
$section->add($this->translate('Event Grid'), array(
|
||||
'url' => 'monitoring/list/eventgrid',
|
||||
|
Loading…
x
Reference in New Issue
Block a user