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:
Thomas Lamprecht 2020-06-02 12:23:51 +02:00
parent 78db118252
commit 769d716bcf
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ Ext.define('PVE.dc.Guests', {
title: gettext('Guests'),
height: 220,
height: 250,
layout: {
type: 'table',
columns: 2,

View File

@ -5,7 +5,7 @@ Ext.define('PVE.dc.Health', {
title: gettext('Health'),
bodyPadding: 10,
height: 220,
height: 250,
layout: {
type: 'hbox',
align: 'stretch'

View File

@ -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'),