mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-09 11:25:25 +00:00
add an Group objectclass textfield to the LDAPEditor
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
0641d180b0
commit
dd26ba9ae2
@ -134,6 +134,13 @@ Ext.define('PMG.LDAPInputPanel', {
|
|||||||
deleteEmpty: me.create ? false : true,
|
deleteEmpty: me.create ? false : true,
|
||||||
name: 'filter',
|
name: 'filter',
|
||||||
fieldLabel: gettext('LDAP filter')
|
fieldLabel: gettext('LDAP filter')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
xtype: 'proxmoxtextfield',
|
||||||
|
allowBlank: true,
|
||||||
|
deleteEmpty: me.create ? false : true,
|
||||||
|
name: 'groupclass',
|
||||||
|
fieldLabel: gettext('Group objectclass')
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user