parent
c3936f63bb
commit
27e7da9354
|
@ -140,8 +140,7 @@ class DirectorDatafieldForm extends DirectorObjectForm
|
||||||
$this->addElement('text', 'varname', array(
|
$this->addElement('text', 'varname', array(
|
||||||
'label' => $this->translate('Field name'),
|
'label' => $this->translate('Field name'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'The unique name of the field. This will be the name of the custom'
|
'This will be the name of the custom variable in the rendered Icinga configuration.'
|
||||||
. ' variable in the rendered Icinga configuration.'
|
|
||||||
),
|
),
|
||||||
'required' => true,
|
'required' => true,
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in New Issue