[pve-devel] [PATCH manager v1 1/2] ui: qemu: add vnc clipboard hint for migration

Markus Frank m.frank at proxmox.com
Mon Jan 27 12:57:45 CET 2025


Signed-off-by: Markus Frank <m.frank at proxmox.com>
---
 www/manager6/qemu/DisplayEdit.js | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/www/manager6/qemu/DisplayEdit.js b/www/manager6/qemu/DisplayEdit.js
index 7acc25d6..8d8f1e00 100644
--- a/www/manager6/qemu/DisplayEdit.js
+++ b/www/manager6/qemu/DisplayEdit.js
@@ -101,6 +101,15 @@ Ext.define('PVE.qemu.DisplayInputPanel', {
 		hidden: '{hideVNCHint}',
 	    },
 	},
+	{
+	    xtype: 'displayfield',
+	    name: 'vncMigration',
+	    userCls: 'pmx-hint',
+	    value: gettext('You cannot live-migrate while using the VNC clipboard.'),
+	    bind: {
+		hidden: '{hideVNCHint}',
+	    },
+	},
 	{
 	    xtype: 'displayfield',
 	    name: 'defaultHint',
-- 
2.39.5





More information about the pve-devel mailing list