mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-13 03:51:27 +00:00
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 <t.lamprecht@proxmox.com>
This commit is contained in:
parent
727b64aec3
commit
bad1742cef
@ -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,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user