From 5201221bf6dc4353dd78c7f73a40499d17ee6d65 Mon Sep 17 00:00:00 2001 From: Dirk Goetz Date: Mon, 19 Mar 2018 08:56:22 +0000 Subject: [PATCH] add Servicegroups to Services in Set and at Host templates refs #619 --- application/forms/IcingaServiceForm.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/forms/IcingaServiceForm.php b/application/forms/IcingaServiceForm.php index 6358345e..03a3722c 100644 --- a/application/forms/IcingaServiceForm.php +++ b/application/forms/IcingaServiceForm.php @@ -267,6 +267,7 @@ class IcingaServiceForm extends DirectorObjectForm $this->addNameElement() ->addChoices('service') ->addDisabledElement() + ->addGroupsElement() ->groupMainProperties() ->addCheckCommandElements() ->addExtraInfoElements() @@ -310,6 +311,7 @@ class IcingaServiceForm extends DirectorObjectForm $this->addNameElement() ->addDisabledElement() + ->addGroupsElement() ->groupMainProperties(); if ($this->hasPermission('director/admin')) {