monitoring/configuration: Do not add ‘Monitoring Health’ item

This commit is contained in:
Florian Strohmaier 2022-04-04 16:50:54 +02:00
parent b7f4b30935
commit 04199915fe
1 changed files with 0 additions and 12 deletions

View File

@ -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
*/