mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
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…
x
Reference in New Issue
Block a user