Add ProblemMenuItemRenderer to system menu as renderer

refs #4139
This commit is contained in:
Alexander Fuhr 2015-04-30 16:08:10 +02:00
parent 7f28c0a237
commit 5075ccdf38
1 changed files with 2 additions and 1 deletions

View File

@ -208,7 +208,8 @@ $section->add($this->translate('Alert Summary'), array(
$section = $this->menuSection($this->translate('System'));
$section->add($this->translate('Monitoring Health'), array(
'url' => 'monitoring/process/info',
'priority' => 120
'priority' => 120,
'renderer' => 'Icinga\Module\Monitoring\Web\Menu\BackendAvailabilityMenuItemRenderer'
));
/*