monitoring: Provide a explicit priority for the history menu section

refs 
This commit is contained in:
Johannes Meyer 2015-09-04 14:06:44 +02:00
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',