mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
Correct hover text of the status bar
Correct the count of handled critical services in the hover text in the status bar. fixes #2656
This commit is contained in:
parent
b0221c5e13
commit
9f5158a159
@ -56,7 +56,7 @@ $stateBadges
|
|||||||
),
|
),
|
||||||
'List %u handled service that is currently in state CRITICAL',
|
'List %u handled service that is currently in state CRITICAL',
|
||||||
'List %u handled services which are 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(
|
->add(
|
||||||
StateBadges::STATE_UNKNOWN,
|
StateBadges::STATE_UNKNOWN,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user