IcingaServiceForm: allow to specify zone setting

This commit is contained in:
Thomas Gelf 2015-12-23 17:13:24 +01:00
parent 89971486f7
commit 0e651c845e
1 changed files with 1 additions and 0 deletions

View File

@ -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();