From c05594b12459dfc45fd09546351f9a4b889c580f Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 16 Jun 2015 16:03:17 +0200 Subject: [PATCH] ShowController: Fix link to show a host's services --- modules/monitoring/application/controllers/ShowController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/controllers/ShowController.php b/modules/monitoring/application/controllers/ShowController.php index d60bbebd2..60f2b186f 100644 --- a/modules/monitoring/application/controllers/ShowController.php +++ b/modules/monitoring/application/controllers/ShowController.php @@ -223,7 +223,7 @@ class Monitoring_ShowController extends Controller ), 'label' => $this->translate('Services'), 'icon' => 'services', - 'url' => 'monitoring/show/services', + 'url' => 'monitoring/host/services', 'urlParams' => $params, ) );