IcingaCommandArgumentForm: add required format field

This commit is contained in:
Thomas Gelf 2015-06-01 17:27:44 +02:00
parent 6072f5589d
commit e056d13bff
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ class IcingaCommandArgumentForm extends DirectorObjectForm
'label' => $this->translate('Value'),
'description' => $this->translate('e.g. 5%, $hostname$, $lower$%:$upper$%')
));
$this->addHidden('value_format', 'string'); // expression, json?
/*
$this->optionalBoolean(
'required',