]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: dc/openID realm: allow to edit acr values
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 Nov 2021 06:30:38 +0000 (07:30 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 Nov 2021 06:30:38 +0000 (07:30 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/AuthEditOpenId.js

index 82d2d99ed6d72319ea229731210ca145f5b9fc32..544c0de5502e48c46e580f8ffde4cd60c8f7aa06 100644 (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;