From 17e04e9937fe9ce0f571d784d85e36fbf477b6e9 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 12 Sep 2014 16:51:18 +0200 Subject: [PATCH] monitoring: Point service's detail to the new `ServiceController' in the services list view refs #6593 --- .../monitoring/application/views/scripts/list/services.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index dbb43217d..350cb96be 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -40,7 +40,7 @@ if (count($services) === 0) { } foreach ($services as $service): $serviceLink = $this->href( - 'monitoring/show/service', + 'monitoring/service/show', array( 'host' => $service->host_name, 'service' => $service->service_description