mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
071937910b
commit
78b98a7d67
@ -27,7 +27,10 @@ class SecurityForm extends Form
|
|||||||
array(
|
array(
|
||||||
'label' => 'Protected Custom Variables',
|
'label' => 'Protected Custom Variables',
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'value' => $this->config->protected_customvars
|
'value' => $this->config->protected_customvars,
|
||||||
|
'helptext' => 'Comma separated case insensitive list of protected custom variables.'
|
||||||
|
. ' Use * as a placeholder for zero or more wildcard characters.'
|
||||||
|
. ' Existance of those custom variables will be shown, but their values will be masked.'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->setSubmitLabel('Save');
|
$this->setSubmitLabel('Save');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user