From: Thomas Lamprecht Date: Tue, 13 Jul 2021 14:04:37 +0000 (+0200) Subject: dashboard: increase height of second row slightly X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9b7b055365c4987a824c484098231e67d3d9789f;p=pmg-gui.git dashboard: increase height of second row slightly Signed-off-by: Thomas Lamprecht --- diff --git a/js/Dashboard.js b/js/Dashboard.js index 4d8067b..3d8bca3 100644 --- a/js/Dashboard.js +++ b/js/Dashboard.js @@ -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',