monitoring: Provide configurable navigation items

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-07 11:07:22 +02:00
parent 1be6dc0553
commit 4487832d5f
1 changed files with 8 additions and 0 deletions

View File

@ -85,6 +85,14 @@ $this->provideSearchUrl($this->translate('Services'), 'monitoring/list/services?
$this->provideSearchUrl($this->translate('Hostgroups'), 'monitoring/list/hostgroups?limit=10', 97);
$this->provideSearchUrl($this->translate('Servicegroups'), 'monitoring/list/servicegroups?limit=10', 96);
/*
* Available navigation items
*/
$this->provideNavigationItem('host-action');
$this->provideNavigationItem('service-action');
$this->provideNavigationItem('host-note');
$this->provideNavigationItem('service-note');
/*
* Problems Section
*/