]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: migrate: set window width to 600
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Jun 2019 10:39:47 +0000 (12:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Jun 2019 10:39:51 +0000 (12:39 +0200)
700 feels a bit wide

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

index 3a305f32504280889897f45cf929f1ec98426176..0d80d042aff545b8438b90ba9748010ea612ea60 100644 (file)
@@ -2,7 +2,6 @@
 Ext.define('PVE.window.Migrate', {
     extend: 'Ext.window.Window',
 
-
     vmtype: undefined,
     nodename: undefined,
     vmid: undefined,
@@ -259,7 +258,7 @@ Ext.define('PVE.window.Migrate', {
 
     },
 
-    width: 700,
+    width: 600,
     modal: true,
     layout: {
        type: 'vbox',
@@ -356,4 +355,4 @@ Ext.define('PVE.window.Migrate', {
            }
        }
     ]
-});
\ No newline at end of file
+});