Merge pull request #3350 from xam-stephan/hostgroup-service-url-filter
hostgroups url filter also for services
This commit is contained in:
commit
a89d8fb604
|
@ -148,6 +148,7 @@ if (! $this->compact): ?>
|
|||
$stateBadges = new StateBadges();
|
||||
$stateBadges
|
||||
->setUrl('monitoring/list/services')
|
||||
->setBaseFilter($this->filterEditor->getFilter())
|
||||
->add(
|
||||
StateBadges::STATE_OK,
|
||||
$hostGroup->services_ok,
|
||||
|
|
Loading…
Reference in New Issue