mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
9120db3f70
commit
7376d9068f
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user