From 5d95229d5b24915c0463a37bb35b2e3df1d87eb7 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 28 Sep 2015 17:30:19 +0200 Subject: [PATCH] monitoring: Re-add click action in the host and service overview refs #5543 --- modules/monitoring/application/views/scripts/list/hosts.phtml | 2 +- .../monitoring/application/views/scripts/list/services.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml index 7fe3aa5774..428ea7f585 100644 --- a/modules/monitoring/application/views/scripts/list/hosts.phtml +++ b/modules/monitoring/application/views/scripts/list/hosts.phtml @@ -30,7 +30,7 @@ if (! $this->compact): ?> host_state); $hostLink = $this->href('monitoring/host/show', array('host' => $host->host_name)); ?> - +

host_state, true) ?> diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index 32303dca7e..e580a956e9 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -43,7 +43,7 @@ if (! $this->compact): ?> ) ); $serviceStateName = Service::getStateText($service->service_state); ?> - +

service_state, true) ?>