From b185bbade5c46f9f5b054e1179cbf4a42cc53144 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 12 Mar 2024 14:13:36 +0100 Subject: [PATCH] ui: guest import: add text for guest-is-running warning Signed-off-by: Thomas Lamprecht --- www/manager6/window/GuestImport.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/window/GuestImport.js b/www/manager6/window/GuestImport.js index 633af903..12e77881 100644 --- a/www/manager6/window/GuestImport.js +++ b/www/manager6/window/GuestImport.js @@ -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) { -- 2.39.5