Merge pull request #1433 from dgoetz/servicegroup-set
Add Servicegroups directly to Services
This commit is contained in:
commit
b8809af2af
|
@ -475,6 +475,7 @@ class IcingaServiceForm extends DirectorObjectForm
|
|||
$this->addNameElement()
|
||||
->addChoices('service')
|
||||
->addDisabledElement()
|
||||
->addGroupsElement()
|
||||
->groupMainProperties()
|
||||
->addCheckCommandElements()
|
||||
->addExtraInfoElements()
|
||||
|
@ -521,6 +522,7 @@ class IcingaServiceForm extends DirectorObjectForm
|
|||
|
||||
$this->addNameElement()
|
||||
->addDisabledElement()
|
||||
->addGroupsElement()
|
||||
->groupMainProperties();
|
||||
|
||||
if ($this->hasPermission('director/admin')) {
|
||||
|
|
Loading…
Reference in New Issue