ui: OpenID realm: allow to edit scopes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c860b3490a
commit
0dce277c5a
@ -81,6 +81,16 @@ Ext.define('Proxmox.panel.OpenIDInputPanel', {
|
||||
editable: '{isCreate}',
|
||||
},
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxtextfield',
|
||||
name: 'scopes',
|
||||
fieldLabel: gettext('Scopes'),
|
||||
emptyText: `${Proxmox.Utils.defaultText} (email profile)`,
|
||||
submitEmpty: false,
|
||||
cbind: {
|
||||
deleteEmpty: '{!isCreate}',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
columnB: [
|
||||
|
Loading…
Reference in New Issue
Block a user