IcingaServiceForm: allow to use choices

This commit is contained in:
Thomas Gelf 2017-07-05 07:07:49 +02:00
parent 6aaae3c445
commit 9e044c558e

View File

@ -127,6 +127,7 @@ class IcingaServiceForm extends DirectorObjectForm
$this->addNameElement() $this->addNameElement()
->addHostObjectElement() ->addHostObjectElement()
->addImportsElement() ->addImportsElement()
->addChoices('service')
->addGroupsElement() ->addGroupsElement()
->addDisabledElement() ->addDisabledElement()
->addApplyForElement() ->addApplyForElement()