mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Servicegroups list: show how many services are unknown and handled
fixes #11708
This commit is contained in:
parent
695d2fdaf6
commit
1be8e14772
@ -321,7 +321,10 @@ class StateBadges extends AbstractWidget
|
||||
array(static::STATE_UNREACHABLE, static::STATE_UNREACHABLE_HANDLED),
|
||||
$badges
|
||||
)
|
||||
->createBadge(static::STATE_UNKNOWN, $badges)
|
||||
->createBadgeGroup(
|
||||
array(static::STATE_UNKNOWN, static::STATE_UNKNOWN_HANDLED),
|
||||
$badges
|
||||
)
|
||||
->createBadge(static::STATE_OK, $badges)
|
||||
->createBadge(static::STATE_UP, $badges)
|
||||
->createBadge(static::STATE_PENDING, $badges);
|
||||
|
Loading…
x
Reference in New Issue
Block a user