mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 20:55:48 +00:00
ui: clarify labels for EFI/TPM storage
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a9175b0ba1
commit
7d21fd936a
@ -58,6 +58,7 @@ Ext.define('PVE.qemu.EFIDiskInputPanel', {
|
||||
{
|
||||
xtype: 'pveDiskStorageSelector',
|
||||
name: 'efidisk0',
|
||||
storageLabel: gettext('EFI Storage'),
|
||||
storageContent: 'images',
|
||||
nodename: me.nodename,
|
||||
disabled: me.disabled,
|
||||
@ -72,7 +73,7 @@ Ext.define('PVE.qemu.EFIDiskInputPanel', {
|
||||
//boxLabel: '(e.g., Microsoft secure-boot keys')',
|
||||
autoEl: {
|
||||
tag: 'div',
|
||||
'data-qtip': gettext('Enroll standard distribution and Microsoft secure boot keys.'),
|
||||
'data-qtip': gettext('Use EFIvars image with standard distribution and Microsoft secure boot keys enrolled.'),
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -49,6 +49,7 @@ Ext.define('PVE.qemu.TPMDiskInputPanel', {
|
||||
{
|
||||
xtype: 'pveDiskStorageSelector',
|
||||
name: me.disktype + '0',
|
||||
storageLabel: gettext('TPM Storage'),
|
||||
storageContent: 'images',
|
||||
nodename: me.nodename,
|
||||
disabled: me.disabled,
|
||||
|
Loading…
Reference in New Issue
Block a user