monitoring: Provide a label for all custom navigation item types

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-16 14:05:34 +02:00
parent 0ca6e04a5a
commit c815a2b486
1 changed files with 4 additions and 4 deletions

View File

@ -88,10 +88,10 @@ $this->provideSearchUrl($this->translate('Servicegroups'), 'monitoring/list/serv
/*
* Available navigation items
*/
$this->provideNavigationItem('host-action');
$this->provideNavigationItem('service-action');
$this->provideNavigationItem('host-note');
$this->provideNavigationItem('service-note');
$this->provideNavigationItem('host-action', $this->translate('Host Action'));
$this->provideNavigationItem('service-action', $this->translate('Service Action'));
$this->provideNavigationItem('host-note', $this->translate('Host Note'));
$this->provideNavigationItem('service-note', $this->translate('Service Note'));
/*
* Problems Section