parent
8433bf1fc1
commit
f6e4b0aed0
|
@ -50,6 +50,7 @@ if (! $this->compact): ?>
|
|||
$stateBadges = new StateBadges();
|
||||
$stateBadges
|
||||
->setUrl('monitoring/list/hosts')
|
||||
->setBaseFilter($this->filterEditor->getFilter())
|
||||
->add(
|
||||
StateBadges::STATE_UP,
|
||||
$hostgroup->hosts_up,
|
||||
|
|
|
@ -43,6 +43,7 @@ if (! $this->compact): ?>
|
|||
$stateBadges = new StateBadges();
|
||||
$stateBadges
|
||||
->setUrl('monitoring/list/services')
|
||||
->setBaseFilter($this->filterEditor->getFilter())
|
||||
->add(
|
||||
StateBadges::STATE_OK,
|
||||
$serviceGroup->services_ok,
|
||||
|
|
Loading…
Reference in New Issue