IcingaHostForm: disable zone for now

This commit is contained in:
Thomas Gelf 2015-09-14 16:20:13 +02:00
parent 9800e01a5e
commit da3c68ee07

View File

@ -55,6 +55,6 @@ class IcingaHostForm extends DirectorObjectForm
$this->getElement('imports')->setRequired(); $this->getElement('imports')->setRequired();
} }
$this->addZoneElement(); // $this->addZoneElement();
} }
} }