mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
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
|
||||
));
|
||||
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user