mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-29 01:01:14 +00:00
ui: OpenID realm: allow to edit acr values
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5c5cee2dea
commit
ec12ffb90e
@ -120,5 +120,17 @@ Ext.define('Proxmox.panel.OpenIDInputPanel', {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
advancedColumnB: [
|
||||
{
|
||||
xtype: 'proxmoxtextfield',
|
||||
name: 'acr-values',
|
||||
fieldLabel: gettext('ACR Values'),
|
||||
submitEmpty: false,
|
||||
cbind: {
|
||||
deleteEmpty: '{!isCreate}',
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user