[pve-devel] [PATCH manager v1 2/3] ui: display: remove 'vncMigration' hint
Markus Frank
m.frank at proxmox.com
Mon Nov 17 17:26:45 CET 2025
The live-migration feature now works with qemu's upstream commit:
5d56bff11e ("ui/vdagent: add migration support")
Signed-off-by: Markus Frank <m.frank at proxmox.com>
---
www/manager6/qemu/DisplayEdit.js | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/www/manager6/qemu/DisplayEdit.js b/www/manager6/qemu/DisplayEdit.js
index ab07fd31..cd5f7abf 100644
--- a/www/manager6/qemu/DisplayEdit.js
+++ b/www/manager6/qemu/DisplayEdit.js
@@ -136,15 +136,6 @@ 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.47.3
More information about the pve-devel
mailing list