auth ui: add onlineHelp for AuthEditLDAP

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2023-03-17 09:47:20 +01:00 committed by Thomas Lamprecht
parent d6b65a89ce
commit 2ee8cbdac1

View File

@ -29,6 +29,8 @@ Ext.define('Proxmox.panel.LDAPInputPanel', {
type: 'ldap',
onlineHelp: 'user-realms-ldap',
onGetValues: function(values) {
if (this.isCreate) {
values.type = this.type;