mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-30 08:24:59 +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