diff --git a/application/forms/IcingaHostForm.php b/application/forms/IcingaHostForm.php index f37c229b..507b72bc 100644 --- a/application/forms/IcingaHostForm.php +++ b/application/forms/IcingaHostForm.php @@ -55,6 +55,6 @@ class IcingaHostForm extends DirectorObjectForm $this->getElement('imports')->setRequired(); } - $this->addZoneElement(); + // $this->addZoneElement(); } }