mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaZoneForm: syntax
This commit is contained in:
parent
0815763aa2
commit
de8539c50f
@ -29,7 +29,7 @@ class IcingaZoneForm extends DirectorObjectForm
|
|||||||
$this->addElement('select', 'parent_id', array(
|
$this->addElement('select', 'parent_id', array(
|
||||||
'label' => $this->translate('Parent Zone'),
|
'label' => $this->translate('Parent Zone'),
|
||||||
'description' => $this->translate('Chose an (optional) parent zone'),
|
'description' => $this->translate('Chose an (optional) parent zone'),
|
||||||
'multiOptions' => $this->optionalEnum($this->db->enumZones())
|
'multiOptions' => $this->optionalEnum($this->db->enumZones()),
|
||||||
));
|
));
|
||||||
|
|
||||||
// $this->addImportsElement();
|
// $this->addImportsElement();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user