From 5ae541db253b79f7b7ef17af4167b75595020d0b Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 21 Aug 2015 11:35:30 +0200 Subject: [PATCH] monitoring: Drop unnecessary call to array_values in the servicegrid view script refs #9538 --- .../monitoring/application/views/scripts/list/servicegrid.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/list/servicegrid.phtml b/modules/monitoring/application/views/scripts/list/servicegrid.phtml index af63210a8..6e66ae6ae 100644 --- a/modules/monitoring/application/views/scripts/list/servicegrid.phtml +++ b/modules/monitoring/application/views/scripts/list/servicegrid.phtml @@ -72,7 +72,7 @@ foreach ($serviceDescriptions as $serviceDescription): ?> array('title' => sprintf($this->translate('List all reported services on host %s'), $hostName)) ); ?> - +