From 0e651c845ebfbb9ca2bde95a45c2f074ac6a579e Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 23 Dec 2015 17:13:24 +0100 Subject: [PATCH] IcingaServiceForm: allow to specify zone setting --- application/forms/IcingaServiceForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/forms/IcingaServiceForm.php b/application/forms/IcingaServiceForm.php index e96c945b..02173bea 100644 --- a/application/forms/IcingaServiceForm.php +++ b/application/forms/IcingaServiceForm.php @@ -25,6 +25,7 @@ class IcingaServiceForm extends DirectorObjectForm $this->translate('Run on agent'), $this->translate('Whether the check commmand for this service should be executed on the Icinga agent') ); + $this->addZoneElement(); $this->addImportsElement(); $this->addCheckCommandElements();