]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: datacenter: use "Name" label for respective part of full rp
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Jul 2022 10:00:41 +0000 (12:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Jul 2022 10:00:45 +0000 (12:00 +0200)
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 <t.lamprecht@proxmox.com>
www/manager6/dc/OptionView.js

index bb66ad9e6e818ce84381a8bc34b04f7bd2001250..5a2be182e72c42d76f4e22a14e3d481b2444427d 100644 (file)
@@ -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,
            },
            {