A field was added to the configuration prompt for configuring audiences in OpenID realms.
Signed-off-by: Alexander Abraham <a.abra...@proxmox.com> --- www/manager6/dc/AuthEditOpenId.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/www/manager6/dc/AuthEditOpenId.js b/www/manager6/dc/AuthEditOpenId.js index 544c0de5..7942fa58 100644 --- a/www/manager6/dc/AuthEditOpenId.js +++ b/www/manager6/dc/AuthEditOpenId.js @@ -111,6 +111,15 @@ Ext.define('PVE.panel.OpenIDInputPanel', { deleteEmpty: '{!isCreate}', }, }, + { + xtype: 'proxmoxtextfield', + name: 'aud', + fieldLabel: gettext('Audiences'), + submitEmpty: false, + cbind: { + deleteEmpty: '{!isCreate}', + }, + }, ], initComponent: function() { -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel