IcingaServiceForm: allow to specify zone setting
This commit is contained in:
parent
89971486f7
commit
0e651c845e
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue