From 038fa29da8243d76b39b1b2b074a63e91c8e75aa Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Tue, 18 Aug 2015 16:06:57 +0200 Subject: [PATCH] notifications(view): Fix the wrong url for the service row fixes #9597 --- .../application/views/scripts/list/notifications.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/list/notifications.phtml b/modules/monitoring/application/views/scripts/list/notifications.phtml index 30b3c5875..06028c993 100644 --- a/modules/monitoring/application/views/scripts/list/notifications.phtml +++ b/modules/monitoring/application/views/scripts/list/notifications.phtml @@ -36,7 +36,8 @@ if (! $this->compact): ?> $notification->service_description, $notification->service_display_name, $notification->host_name, - $notification->host_display_name + $notification->host_display_name, + 'rowaction' ) ?> icon('host', $this->translate('Host')); ?>