IcingaCommandArgumentForm: add required format field
This commit is contained in:
parent
6072f5589d
commit
e056d13bff
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue