[pve-devel] [PATCH manager 1/2] ui: ha: remove focus from VM/CT dropdown in resource edit window
Michael Köppl
m.koeppl at proxmox.com
Fri Sep 19 17:33:16 CEST 2025
Signed-off-by: Michael Köppl <m.koeppl at proxmox.com>
---
www/manager6/ha/ResourceEdit.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/ha/ResourceEdit.js b/www/manager6/ha/ResourceEdit.js
index 428672a82..18ed166ad 100644
--- a/www/manager6/ha/ResourceEdit.js
+++ b/www/manager6/ha/ResourceEdit.js
@@ -165,6 +165,7 @@ Ext.define('PVE.ha.VMResourceEdit', {
vmid: undefined,
guestType: undefined,
isCreate: undefined,
+ defaultFocus: undefined,
initComponent: function () {
var me = this;
--
2.47.3
More information about the pve-devel
mailing list