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}',
|
editable: '{isCreate}',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
xtype: 'proxmoxtextfield',
|
||||||
|
name: 'scopes',
|
||||||
|
fieldLabel: gettext('Scopes'),
|
||||||
|
emptyText: `${Proxmox.Utils.defaultText} (email profile)`,
|
||||||
|
submitEmpty: false,
|
||||||
|
cbind: {
|
||||||
|
deleteEmpty: '{!isCreate}',
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
columnB: [
|
columnB: [
|
||||||
|
Loading…
Reference in New Issue
Block a user