parent
1e7f0f962b
commit
5201221bf6
|
@ -267,6 +267,7 @@ class IcingaServiceForm extends DirectorObjectForm
|
|||
$this->addNameElement()
|
||||
->addChoices('service')
|
||||
->addDisabledElement()
|
||||
->addGroupsElement()
|
||||
->groupMainProperties()
|
||||
->addCheckCommandElements()
|
||||
->addExtraInfoElements()
|
||||
|
@ -310,6 +311,7 @@ class IcingaServiceForm extends DirectorObjectForm
|
|||
|
||||
$this->addNameElement()
|
||||
->addDisabledElement()
|
||||
->addGroupsElement()
|
||||
->groupMainProperties();
|
||||
|
||||
if ($this->hasPermission('director/admin')) {
|
||||
|
|
Loading…
Reference in New Issue