mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Provide a label for all custom navigation item types
refs #5600
This commit is contained in:
parent
0ca6e04a5a
commit
c815a2b486
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user