IcingaCommandForm: extend the description

fixes #11340
This commit is contained in:
Thomas Gelf 2016-03-09 18:33:03 +01:00
parent 9120db3f70
commit 7376d9068f
1 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,10 @@ class IcingaCommandForm extends DirectorObjectForm
$this->addElement('text', 'timeout', array(
'label' => $this->translate('Timeout'),
'description' => $this->translate('Optional command timeout')
'description' => $this->translate(
'Optional command timeout. Allowed values are seconds or durations postfixed with a'
. ' specific unit (e.g. 1m or also 3m 30s).'
)
));
$this->addDisabledElement();