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()
|
$this->addNameElement()
|
||||||
->addChoices('service')
|
->addChoices('service')
|
||||||
->addDisabledElement()
|
->addDisabledElement()
|
||||||
|
->addGroupsElement()
|
||||||
->groupMainProperties()
|
->groupMainProperties()
|
||||||
->addCheckCommandElements()
|
->addCheckCommandElements()
|
||||||
->addExtraInfoElements()
|
->addExtraInfoElements()
|
||||||
@ -310,6 +311,7 @@ class IcingaServiceForm extends DirectorObjectForm
|
|||||||
|
|
||||||
$this->addNameElement()
|
$this->addNameElement()
|
||||||
->addDisabledElement()
|
->addDisabledElement()
|
||||||
|
->addGroupsElement()
|
||||||
->groupMainProperties();
|
->groupMainProperties();
|
||||||
|
|
||||||
if ($this->hasPermission('director/admin')) {
|
if ($this->hasPermission('director/admin')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user