ui: webauthn config: use ID instead of Id/id
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3fffcb5d77
commit
a6a903293b
|
@ -16,7 +16,7 @@ Ext.define('PBS.WebauthnConfigView', {
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
id: {
|
id: {
|
||||||
header: gettext('Id'),
|
header: 'ID',
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -75,7 +75,7 @@ Ext.define('PBS.WebauthnConfigEdit', {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'textfield',
|
xtype: 'textfield',
|
||||||
fieldLabel: gettext('id'),
|
fieldLabel: 'ID',
|
||||||
name: 'id',
|
name: 'id',
|
||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue