mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-19 00:38:27 +02:00
parent
a515e02953
commit
344e6a8e59
@ -296,6 +296,7 @@ class IcingaServiceForm extends DirectorObjectForm
|
||||
$this->addHidden('service_set_id', $this->set->id);
|
||||
$this->addHidden('object_type', 'apply');
|
||||
$this->addImportsElement();
|
||||
$this->setButtons();
|
||||
$imports = $this->getSentOrObjectValue('imports');
|
||||
|
||||
if ($this->hasBeenSent()) {
|
||||
@ -314,8 +315,7 @@ class IcingaServiceForm extends DirectorObjectForm
|
||||
if ($this->hasPermission('director/admin')) {
|
||||
$this->addCheckCommandElements(true)
|
||||
->addCheckExecutionElements(true)
|
||||
->addExtraInfoElements()
|
||||
->setButtons();
|
||||
->addExtraInfoElements();
|
||||
}
|
||||
|
||||
if ($this->hasBeenSent()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user