From 493409b5d75f0c829efc64902395ad78d387a5b8 Mon Sep 17 00:00:00 2001 From: Max Stephan Date: Thu, 8 Feb 2018 12:01:36 +0100 Subject: [PATCH] url filter also for services use the url filter also for services --- .../monitoring/application/views/scripts/list/hostgroups.phtml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/application/views/scripts/list/hostgroups.phtml b/modules/monitoring/application/views/scripts/list/hostgroups.phtml index 4fc852051..8984c4820 100644 --- a/modules/monitoring/application/views/scripts/list/hostgroups.phtml +++ b/modules/monitoring/application/views/scripts/list/hostgroups.phtml @@ -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,