mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +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
|
* History Section
|
||||||
*/
|
*/
|
||||||
$section = $this->menuSection($this->translate('History'), array(
|
$section = $this->menuSection($this->translate('History'), array(
|
||||||
'icon' => 'rewind'
|
'icon' => 'rewind',
|
||||||
|
'priority' => 90
|
||||||
));
|
));
|
||||||
$section->add($this->translate('Event Grid'), array(
|
$section->add($this->translate('Event Grid'), array(
|
||||||
'url' => 'monitoring/list/eventgrid',
|
'url' => 'monitoring/list/eventgrid',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user