mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
Fix password misrepresentation
This commit is contained in:
parent
b3cd42e1cb
commit
2ff8c5edad
1 changed files with 3 additions and 2 deletions
|
|
@ -41,8 +41,9 @@ class BackendForm extends ConfigForm
|
|||
'password',
|
||||
'graphite_web_password',
|
||||
[
|
||||
'label' => $this->translate('Graphite Web password'),
|
||||
'description' => $this->translate('The above user\'s password')
|
||||
'renderPassword' => true,
|
||||
'label' => $this->translate('Graphite Web password'),
|
||||
'description' => $this->translate('The above user\'s password')
|
||||
]
|
||||
]
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue