ui: dc/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:30:38 +01:00
parent 381bc55b51
commit c24be90e01

View File

@ -101,6 +101,18 @@ Ext.define('PVE.panel.OpenIDInputPanel', {
},
],
advancedColumnB: [
{
xtype: 'proxmoxtextfield',
name: 'acr-values',
fieldLabel: gettext('ACR Values'),
submitEmpty: false,
cbind: {
deleteEmpty: '{!isCreate}',
},
},
],
initComponent: function() {
let me = this;