mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +02:00
Add description field
This commit is contained in:
parent
eae7a8ab86
commit
0e5d88ada6
@ -27,6 +27,11 @@ class IcingaCommandArgumentForm extends DirectorObjectForm
|
|||||||
'description' => $this->translate('e.g. -H or --hostname, empty means "skip_key"')
|
'description' => $this->translate('e.g. -H or --hostname, empty means "skip_key"')
|
||||||
));
|
));
|
||||||
|
|
||||||
|
$this->addElement('text', 'description', array(
|
||||||
|
'label' => $this->translate('Description'),
|
||||||
|
'description' => $this->translate('Description of the argument')
|
||||||
|
));
|
||||||
|
|
||||||
$this->addElement('select', 'argument_format', array(
|
$this->addElement('select', 'argument_format', array(
|
||||||
'label' => $this->translate('Value type'),
|
'label' => $this->translate('Value type'),
|
||||||
'multiOptions' => array(
|
'multiOptions' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user