]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: disk reassign: improve default focus behavior
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Apr 2022 12:55:06 +0000 (14:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Apr 2022 12:55:07 +0000 (14:55 +0200)
avoid that opening the edit window makes the guest-selectors combobox
"jump" in ones face.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/GuestDiskReassign.js

index f28895689ed68ee5a0618ce0f1d2d68b34e265c9..4601f795eb13b9d0a279a067f586b124d509e2d5 100644 (file)
@@ -119,6 +119,7 @@ Ext.define('PVE.window.GuestDiskReassign', {
        },
     },
 
+    defaultFocus: 'sourceDisk',
     items: [
        {
            xtype: 'form',