]> git.proxmox.com Git - pmg-gui.git/commitdiff
dashboard: increase height of second row slightly
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 13 Jul 2021 14:04:37 +0000 (16:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 13 Jul 2021 14:04:37 +0000 (16:04 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/Dashboard.js

index 4d8067b79b56b732629160468352e641f3a37106..3d8bca371d14497de66a9d3da27790237eeb4a11 100644 (file)
@@ -414,12 +414,12 @@ Ext.define('PMG.Dashboard', {
        {
            xtype: 'pmgNodeInfoPanel',
            reference: 'nodeInfo',
-           height: 250,
-           bodyPadding: '10 5 10 5',
+           height: 275,
+           bodyPadding: '15 5 15 5',
            iconCls: 'fa fa-tasks',
        },
        {
-           height: 250,
+           height: 275,
            iconCls: 'fa fa-list',
            title: gettext('Top Receivers'),
 
@@ -434,9 +434,7 @@ Ext.define('PMG.Dashboard', {
                bind: {
                    store: '{receivers}',
                },
-
                emptyText: gettext('No data in database'),
-
                // remove all borders/lines/headers
                border: false,
                bodyBorder: false,
@@ -447,7 +445,6 @@ Ext.define('PMG.Dashboard', {
                viewConfig: {
                    stripeRows: false,
                },
-
                columns: [
                    {
                        dataIndex: 'receiver',