mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +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
|
* Available navigation items
|
||||||
*/
|
*/
|
||||||
$this->provideNavigationItem('host-action');
|
$this->provideNavigationItem('host-action', $this->translate('Host Action'));
|
||||||
$this->provideNavigationItem('service-action');
|
$this->provideNavigationItem('service-action', $this->translate('Service Action'));
|
||||||
$this->provideNavigationItem('host-note');
|
$this->provideNavigationItem('host-note', $this->translate('Host Note'));
|
||||||
$this->provideNavigationItem('service-note');
|
$this->provideNavigationItem('service-note', $this->translate('Service Note'));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Problems Section
|
* Problems Section
|
||||||
|
Loading…
x
Reference in New Issue
Block a user