ui: OpenID realm: allow to edit acr values

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

View File

@ -120,5 +120,17 @@ Ext.define('Proxmox.panel.OpenIDInputPanel', {
},
},
],
advancedColumnB: [
{
xtype: 'proxmoxtextfield',
name: 'acr-values',
fieldLabel: gettext('ACR Values'),
submitEmpty: false,
cbind: {
deleteEmpty: '{!isCreate}',
},
},
],
});