mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 10:57:40 +02:00
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 = new StateBadges();
|
||||||
$stateBadges
|
$stateBadges
|
||||||
->setUrl('monitoring/list/services')
|
->setUrl('monitoring/list/services')
|
||||||
|
->setBaseFilter($this->filterEditor->getFilter())
|
||||||
->add(
|
->add(
|
||||||
StateBadges::STATE_OK,
|
StateBadges::STATE_OK,
|
||||||
$hostGroup->services_ok,
|
$hostGroup->services_ok,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user