[pmg-devel] applied [PATCH gui 3/4] dashboard: increase height of node-info and top-receiver panel to 300

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Feb 26 17:28:52 CET 2024


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 <t.lamprecht at proxmox.com>
---
 js/Dashboard.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





More information about the pmg-devel mailing list