diff --git a/modules/monitoring/application/views/scripts/list/servicegrid.phtml b/modules/monitoring/application/views/scripts/list/servicegrid.phtml index c2f52db8b..8f2bc7c78 100644 --- a/modules/monitoring/application/views/scripts/list/servicegrid.phtml +++ b/modules/monitoring/application/views/scripts/list/servicegrid.phtml @@ -23,7 +23,7 @@ if (count($pivotData) === 0) { $hostFilter = '(host_name=' . implode('|host_name=', array_keys($pivotData)) . ')'; ?> - $serviceStates): ?> + $serviceStates): ?> @@ -66,10 +66,10 @@ foreach ($serviceDescriptions as $service_description): ?>
qlink( - $host_name, + $hostName, 'monitoring/list/services?' . $serviceFilter, - array('host' => $host_name), - array('title' => sprintf($this->translate('List all reported services on host %s'), $host_name)) + array('host' => $hostName), + array('title' => sprintf($this->translate('List all reported services on host %s'), $hostName)) ); ?>