]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: guest import: update text for cdrom-image-ignored warning
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Mar 2024 13:13:01 +0000 (14:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Mar 2024 14:17:43 +0000 (15:17 +0100)
one can now override this already in the import UI's Advanced tab.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/GuestImport.js

index 872738e63bdcccf2869fafaec3a2cf37b84fb8ee..633af903cd03837073c13cb095104ad3f6ecdff2 100644 (file)
@@ -636,7 +636,7 @@ Ext.define('PVE.window.GuestImport', {
 
        let renderWarning = w => {
            const warningsCatalogue = {
-               'cdrom-image-ignored': gettext("CD-ROM images cannot get imported, please reconfigure the '{0}' drive after the import"),
+               'cdrom-image-ignored': gettext("CD-ROM images cannot get imported, if required you can reconfigure the '{0}' drive in the 'Advanced' tab."),
                'nvme-unsupported': gettext("NVMe disks are currently not supported, '{0}' will get attaced as SCSI"),
                'ovmf-with-lsi-unsupported': gettext("OVMF is built without LSI drivers, scsi hardware was set to '{1}'"),
                'serial-port-socket-only': gettext("Serial socket '{0}' will be mapped to a socket"),