IcingaServiceForm: provide Choices also for...
...services on Hosts, form field has been forgotten. fixes #1171
This commit is contained in:
parent
c27fd86f4c
commit
d83cf594cc
|
@ -265,6 +265,7 @@ class IcingaServiceForm extends DirectorObjectForm
|
|||
}
|
||||
|
||||
$this->addNameElement()
|
||||
->addChoices('service')
|
||||
->addDisabledElement()
|
||||
->groupMainProperties()
|
||||
->addCheckCommandElements()
|
||||
|
|
Loading…
Reference in New Issue