monitoring/configuration: Do not add ‘Monitoring Health’ item
This commit is contained in:
parent
b7f4b30935
commit
04199915fe
|
@ -289,18 +289,6 @@ $section = $this->menuSection(N_('Reporting'), array(
|
||||||
'priority' => 100
|
'priority' => 100
|
||||||
));
|
));
|
||||||
|
|
||||||
/*
|
|
||||||
* System Section
|
|
||||||
*/
|
|
||||||
$section = $this->menuSection(N_('System'));
|
|
||||||
$section->add(N_('Monitoring Health'), array(
|
|
||||||
'icon' => 'check',
|
|
||||||
'description' => $this->translate('Open monitoring health'),
|
|
||||||
'url' => 'monitoring/health/info',
|
|
||||||
'priority' => 720,
|
|
||||||
'renderer' => 'BackendAvailabilityNavigationItemRenderer'
|
|
||||||
));
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Current Incidents
|
* Current Incidents
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue