diff --git a/modules/monitoring/configuration.php b/modules/monitoring/configuration.php index 7beabde05..87d5a6644 100644 --- a/modules/monitoring/configuration.php +++ b/modules/monitoring/configuration.php @@ -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',