From c815a2b486d5d84c3d136031b3d82b0dd4554c44 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 16 Sep 2015 14:05:34 +0200 Subject: [PATCH] monitoring: Provide a label for all custom navigation item types refs #5600 --- modules/monitoring/configuration.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/monitoring/configuration.php b/modules/monitoring/configuration.php index 6e80237e2..5cf8f8be7 100644 --- a/modules/monitoring/configuration.php +++ b/modules/monitoring/configuration.php @@ -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