]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
ui: dc/summary: sync height of first two panels with others
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Jun 2020 10:23:51 +0000 (12:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Jun 2020 10:23:51 +0000 (12:23 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/Guests.js
www/manager6/dc/Health.js
www/manager6/dc/Summary.js

index d84fd9bedb55c96cb417c44c5d90d2b2d51eb833..efa4c73e6a816659c24a50ac734502523af3dbff 100644 (file)
@@ -4,7 +4,7 @@ Ext.define('PVE.dc.Guests', {
 
 
     title: gettext('Guests'),
-    height: 220,
+    height: 250,
     layout: {
        type: 'table',
        columns: 2,
index 6c4f26c9ac0b857650eaf1b8eed8dbc3f105d442..66257d81af42b1aabfa05df5c292c80e53fea327 100644 (file)
@@ -5,7 +5,7 @@ Ext.define('PVE.dc.Health', {
     title: gettext('Health'),
 
     bodyPadding: 10,
-    height: 220,
+    height: 250,
     layout: {
        type: 'hbox',
        align: 'stretch'
index ff7edaee63114f53ec91f45bf151fcf1ec75f86b..3e876244828b7bea78c5552cb213bf875db47bd7 100644 (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'),