IcingaServiceForm: provide Choices also for...

...services on Hosts, form field has been forgotten.

fixes #1171
This commit is contained in:
Thomas Gelf 2017-09-12 10:00:47 +02:00
parent c27fd86f4c
commit d83cf594cc

View File

@ -265,6 +265,7 @@ class IcingaServiceForm extends DirectorObjectForm
} }
$this->addNameElement() $this->addNameElement()
->addChoices('service')
->addDisabledElement() ->addDisabledElement()
->groupMainProperties() ->groupMainProperties()
->addCheckCommandElements() ->addCheckCommandElements()