From 9f5158a159f0ffdc925e12af79b90ee6b93f607c Mon Sep 17 00:00:00 2001
From: Tobias von der Krone <tobias.vonderkrone@profitbricks.com>
Date: Fri, 17 Feb 2017 21:54:45 +0100
Subject: [PATCH] Correct hover text of the status bar

Correct the count of handled critical services in the hover text in the
status bar.

fixes #2656
---
 .../views/scripts/list/components/servicesummary.phtml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml b/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml
index 5b0bfc529..73a3b575d 100644
--- a/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml
+++ b/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml
@@ -56,7 +56,7 @@ $stateBadges
         ),
         'List %u handled service that is currently in state CRITICAL',
         'List %u handled services which are currently in state CRITICAL',
-        array($stats->services_critical_unhandled)
+        array($stats->services_critical_handled)
     )
     ->add(
         StateBadges::STATE_UNKNOWN,