mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 08:55:18 +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', {
|
Ext.define('PVE.window.Migrate', {
|
||||||
extend: 'Ext.window.Window',
|
extend: 'Ext.window.Window',
|
||||||
|
|
||||||
|
|
||||||
vmtype: undefined,
|
vmtype: undefined,
|
||||||
nodename: undefined,
|
nodename: undefined,
|
||||||
vmid: undefined,
|
vmid: undefined,
|
||||||
@ -259,7 +258,7 @@ Ext.define('PVE.window.Migrate', {
|
|||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
width: 700,
|
width: 600,
|
||||||
modal: true,
|
modal: true,
|
||||||
layout: {
|
layout: {
|
||||||
type: 'vbox',
|
type: 'vbox',
|
||||||
|
Loading…
Reference in New Issue
Block a user