mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Fix badge for handled critical services in the servicegroups overview
This commit is contained in:
parent
85eeff6b09
commit
890c95a2ce
@ -82,7 +82,7 @@ if (! $this->compact): ?>
|
|||||||
),
|
),
|
||||||
'List %s service that is currently in state CRITICAL (Acknowledged) in service group "%s"',
|
'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"',
|
'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(
|
->add(
|
||||||
StateBadges::STATE_UNKNOWN,
|
StateBadges::STATE_UNKNOWN,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user