From: Thomas Lamprecht Date: Mon, 26 Feb 2024 16:02:23 +0000 (+0100) Subject: dashboard: increase height of node-info and top-receiver panel to 300 X-Git-Url: https://git.proxmox.com/?p=pmg-gui.git;a=commitdiff_plain;h=95288fa867844d0f59ca755d4ee5c8bd7b5f8909 dashboard: increase height of node-info and top-receiver panel to 300 Now that the node info one got another row we can use a bit more space to avoid that it feels to crammed. Signed-off-by: Thomas Lamprecht --- diff --git a/js/Dashboard.js b/js/Dashboard.js index a08e2c9..d03510e 100644 --- a/js/Dashboard.js +++ b/js/Dashboard.js @@ -418,12 +418,12 @@ Ext.define('PMG.Dashboard', { { xtype: 'pmgNodeInfoPanel', reference: 'nodeInfo', - height: 275, + height: 300, bodyPadding: '15 5 15 5', iconCls: 'fa fa-tasks', }, { - height: 275, + height: 300, iconCls: 'fa fa-list', title: gettext('Top Receivers'),