[pve-devel] [PATCH manager 2/2] ui: qemu: make validator warning for serial displays more concrete
Aaron Lauterer
a.lauterer at proxmox.com
Tue Apr 15 17:30:12 CEST 2025
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
feel free to squash this into the first patch if you prefer.
www/manager6/qemu/DisplayEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/qemu/DisplayEdit.js b/www/manager6/qemu/DisplayEdit.js
index 7a9a5160..7482ca55 100644
--- a/www/manager6/qemu/DisplayEdit.js
+++ b/www/manager6/qemu/DisplayEdit.js
@@ -55,7 +55,7 @@ Ext.define('PVE.qemu.DisplayInputPanel', {
(key) => PVE.Utils.kvm_vga_drivers[key] === v
);
if (vgaKey.match(/^serial\d+$/) && (!cfg[vgaKey] || cfg[vgaKey] !== 'socket')) {
- let fmt = gettext("Serial interface '{0}' is not correctly configured.");
+ let fmt = gettext("Serial interface '{0}' needs a matching serial port device configured.");
return Ext.String.format(fmt, v);
}
return true;
--
2.39.5
More information about the pve-devel
mailing list