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
1 changed files with 1 additions and 0 deletions

View File

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