mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
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…
x
Reference in New Issue
Block a user