diff --git a/modules/monitoring/application/views/scripts/list/servicegrid.phtml b/modules/monitoring/application/views/scripts/list/servicegrid.phtml index 2bbfb343f..19aef5d64 100644 --- a/modules/monitoring/application/views/scripts/list/servicegrid.phtml +++ b/modules/monitoring/application/views/scripts/list/servicegrid.phtml @@ -11,7 +11,7 @@ pivot->toArray(); -$hostFilter = '(' . implode('|', array_keys($pivotData)) . ')'; +$hostFilter = '(host_name=' . implode('|host_name=', array_keys($pivotData)) . ')'; ?> @@ -37,10 +37,9 @@ $hostFilter = '(' . implode('|', array_keys($pivotData)) . ')'; + ) . '&' . $hostFilter; ?>"> 18 ? substr($service_description, 0, 18) . '...' : $service_description; ?>