mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-05 06:43:11 -04:00
IcingaCommandArgumentForm: fix typo
This commit is contained in:
parent
46a5b3cb2f
commit
baf0d40ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class IcingaCommandArgumentForm extends DirectorObjectForm
|
|||
$this->addElement('textarea', 'argument_value', array(
|
||||
'label' => $this->translate('Value'),
|
||||
'description' => $this->translate(
|
||||
'And Icinga DSL expression, e.g.: var cmd = macro("$cmd$");'
|
||||
'An Icinga DSL expression, e.g.: var cmd = macro("$cmd$");'
|
||||
. ' return typeof(command) == String ...'
|
||||
),
|
||||
'rows' => 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue