]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: guest import: add text for guest-is-running warning
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Mar 2024 13:13:36 +0000 (14:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Mar 2024 14:17:43 +0000 (15:17 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/GuestImport.js

index 633af903cd03837073c13cb095104ad3f6ecdff2..12e7788101219e745ea02d13a5c21f9e4425a182 100644 (file)
@@ -640,6 +640,7 @@ Ext.define('PVE.window.GuestImport', {
                '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"),
+               'guest-is-running': gettext('Virtual guest seems to be running on source host. Import might fail or have inconsistent state!'),
            };
             let message = warningsCatalogue[w.type];
            if (!w.type || !message) {