From 71b89ea51a7d07c0c3fd6b3929c87919eb0c668b Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 21 Aug 2015 11:35:03 +0200 Subject: [PATCH] monitoring: Rename $serviceStates to $services in the servicegrid view script refs #9538 --- .../application/views/scripts/list/servicegrid.phtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/servicegrid.phtml b/modules/monitoring/application/views/scripts/list/servicegrid.phtml index c94c14278..af63210a8 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): ?> + $services): ?> @@ -35,10 +35,10 @@ $hostFilter = '(host_name=' . implode('|host_name=', array_keys($pivotData)) . ' 'yAxisPaginator' => $verticalPaginator ) ); ?> - - +
+
@@ -72,7 +72,7 @@ foreach ($serviceDescriptions as $serviceDescription): ?> array('title' => sprintf($this->translate('List all reported services on host %s'), $hostName)) ); ?>