mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 15:21:28 +00:00
gui: set minWidth for node/guest Summary
to make sure the panels are always readable Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
f973c5b262
commit
ed3e711e29
@ -99,6 +99,7 @@ Ext.define('PVE.node.Summary', {
|
|||||||
xtype: 'container',
|
xtype: 'container',
|
||||||
itemId: 'itemcontainer',
|
itemId: 'itemcontainer',
|
||||||
layout: 'column',
|
layout: 'column',
|
||||||
|
minWidth: 700,
|
||||||
defaults: {
|
defaults: {
|
||||||
minHeight: 320,
|
minHeight: 320,
|
||||||
padding: 5,
|
padding: 5,
|
||||||
|
@ -112,6 +112,7 @@ Ext.define('PVE.qemu.Summary', {
|
|||||||
layout: {
|
layout: {
|
||||||
type: 'column'
|
type: 'column'
|
||||||
},
|
},
|
||||||
|
minWidth: 700,
|
||||||
defaults: {
|
defaults: {
|
||||||
minHeight: 330,
|
minHeight: 330,
|
||||||
padding: 5,
|
padding: 5,
|
||||||
|
Loading…
Reference in New Issue
Block a user