mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 02:28:34 +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',
|
xtype: 'pveDiskStorageSelector',
|
||||||
name: 'efidisk0',
|
name: 'efidisk0',
|
||||||
|
storageLabel: gettext('EFI Storage'),
|
||||||
storageContent: 'images',
|
storageContent: 'images',
|
||||||
nodename: me.nodename,
|
nodename: me.nodename,
|
||||||
disabled: me.disabled,
|
disabled: me.disabled,
|
||||||
@ -72,7 +73,7 @@ Ext.define('PVE.qemu.EFIDiskInputPanel', {
|
|||||||
//boxLabel: '(e.g., Microsoft secure-boot keys')',
|
//boxLabel: '(e.g., Microsoft secure-boot keys')',
|
||||||
autoEl: {
|
autoEl: {
|
||||||
tag: 'div',
|
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',
|
xtype: 'pveDiskStorageSelector',
|
||||||
name: me.disktype + '0',
|
name: me.disktype + '0',
|
||||||
|
storageLabel: gettext('TPM Storage'),
|
||||||
storageContent: 'images',
|
storageContent: 'images',
|
||||||
nodename: me.nodename,
|
nodename: me.nodename,
|
||||||
disabled: me.disabled,
|
disabled: me.disabled,
|
||||||
|
Loading…
Reference in New Issue
Block a user