Fix badge for handled critical services in the hostgroups overview

fixes #2806
This commit is contained in:
Eric Lippmann 2017-05-03 09:41:06 +02:00
parent 7a2d8eda8d
commit 85eeff6b09
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ if (! $this->compact): ?>
),
'List %u service that is currently in state CRITICAL (Acknowledged) on hosts in the host group "%s"',
'List %u services which are currently in state CRITICAL (Acknowledged) on hosts in the host group "%s"',
array($hostGroup->services_critical_unhandled, $hostGroup->hostgroup_alias)
array($hostGroup->services_critical_handled, $hostGroup->hostgroup_alias)
)
->add(
StateBadges::STATE_UNKNOWN,