mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
IcingaHost/ServiceForm: use new button helper
This commit is contained in:
parent
0a5addabd1
commit
e88b7af8e9
@ -61,6 +61,7 @@ class IcingaHostForm extends DirectorObjectForm
|
||||
} else {
|
||||
$this->getElement('imports')->setRequired();
|
||||
}
|
||||
$this->setButtons();
|
||||
|
||||
// $this->addZoneElement();
|
||||
}
|
||||
|
@ -26,5 +26,7 @@ class IcingaServiceForm extends DirectorObjectForm
|
||||
if ($this->isTemplate()) {
|
||||
$this->addCheckExecutionElements();
|
||||
}
|
||||
|
||||
$this->setButtons();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user