ui: OpenID realm: allow to edit scopes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-11-19 07:36:19 +01:00
parent c860b3490a
commit 0dce277c5a

View File

@ -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: [