ui: dc/summary: sync height of first two panels with others
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
78db118252
commit
769d716bcf
@ -4,7 +4,7 @@ Ext.define('PVE.dc.Guests', {
|
||||
|
||||
|
||||
title: gettext('Guests'),
|
||||
height: 220,
|
||||
height: 250,
|
||||
layout: {
|
||||
type: 'table',
|
||||
columns: 2,
|
||||
|
@ -5,7 +5,7 @@ Ext.define('PVE.dc.Health', {
|
||||
title: gettext('Health'),
|
||||
|
||||
bodyPadding: 10,
|
||||
height: 220,
|
||||
height: 250,
|
||||
layout: {
|
||||
type: 'hbox',
|
||||
align: 'stretch'
|
||||
|
@ -16,11 +16,11 @@ Ext.define('PVE.dc.Summary', {
|
||||
items: [
|
||||
{
|
||||
itemId: 'dcHealth',
|
||||
xtype: 'pveDcHealth'
|
||||
xtype: 'pveDcHealth',
|
||||
},
|
||||
{
|
||||
itemId: 'dcGuests',
|
||||
xtype: 'pveDcGuests'
|
||||
xtype: 'pveDcGuests',
|
||||
},
|
||||
{
|
||||
title: gettext('Resources'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user