mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-06 15:22:26 -04:00
Merge pull request #1433 from dgoetz/servicegroup-set
Add Servicegroups directly to Services
This commit is contained in:
commit
b8809af2af
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue