From bad1742cef5ab6172f2ee5f10b45bb8077a049dd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 26 Jul 2022 12:00:41 +0200 Subject: [PATCH] ui: datacenter: use "Name" label for respective part of full rp as contrary to the property name this is actually only the rather irrelevant part (auth wise) of the whole relying party, the ID is the other part, and that one actually matters. Signed-off-by: Thomas Lamprecht --- www/manager6/dc/OptionView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/manager6/dc/OptionView.js b/www/manager6/dc/OptionView.js index bb66ad9e..5a2be182 100644 --- a/www/manager6/dc/OptionView.js +++ b/www/manager6/dc/OptionView.js @@ -180,8 +180,8 @@ Ext.define('PVE.dc.OptionView', { onlineHelp: 'pveum_configure_webauthn', items: [{ xtype: 'textfield', - fieldLabel: gettext('Relying Party'), - name: 'rp', + fieldLabel: gettext('Name'), + name: 'rp', // NOTE: relying party consists of name and id, this is the name allowBlank: false, }, { -- 2.39.5