mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 21:28:40 +00:00
ui: migrate: set window width to 600
700 feels a bit wide Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9706707d2f
commit
3188b0b707
@ -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', {
|
||||
}
|
||||
}
|
||||
]
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user