mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
IcingaCommandArgumentForm: allow Icinga DSL
This commit is contained in:
parent
f6ee8227a3
commit
f885d8ede7
@ -42,7 +42,7 @@ class IcingaCommandArgumentForm extends DirectorObjectForm
|
||||
'label' => $this->translate('Value type'),
|
||||
'multiOptions' => array(
|
||||
'string' => $this->translate('String'),
|
||||
// 'expression' => $this->translate('Icinga DSL')
|
||||
'expression' => $this->translate('Icinga DSL')
|
||||
),
|
||||
'class' => 'autosubmit',
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user