Fix badge for handled critical services in the servicegroups overview

This commit is contained in:
Eric Lippmann 2017-05-03 09:43:30 +02:00
parent 85eeff6b09
commit 890c95a2ce
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ if (! $this->compact): ?>
),
'List %s service that is currently in state CRITICAL (Acknowledged) in service group "%s"',
'List %s services which are currently in state CRITICAL (Acknowledged) in service group "%s"',
array($serviceGroup->services_critical_unhandled, $serviceGroup->servicegroup_alias)
array($serviceGroup->services_critical_handled, $serviceGroup->servicegroup_alias)
)
->add(
StateBadges::STATE_UNKNOWN,