parent
1be6dc0553
commit
4487832d5f
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue