IcingaCommandArgumentForm: allow Icinga DSL

This commit is contained in:
Thomas Gelf 2015-12-02 03:14:15 +01:00
parent f6ee8227a3
commit f885d8ede7

View File

@ -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',
));