From dc4f8964b5fd7bf2aa76ddf2659744f2d7f67f14 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 29 Nov 2023 17:52:18 +0100 Subject: [PATCH] ui: dashboard: increase panel height a bit to make the system load/status summary one look less cramped, as that got recently the boot-mode information line added. Signed-off-by: Thomas Lamprecht --- www/Dashboard.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/Dashboard.js b/www/Dashboard.js index 8d6a8d8e..35c0a81a 100644 --- a/www/Dashboard.js +++ b/www/Dashboard.js @@ -239,11 +239,11 @@ Ext.define('PBS.Dashboard', { { xtype: 'pbsNodeInfoPanel', reference: 'nodeInfo', - height: 280, + height: 290, }, { xtype: 'pbsDatastoresStatistics', - height: 280, + height: 290, }, { xtype: 'pbsLongestTasks', @@ -252,11 +252,11 @@ Ext.define('PBS.Dashboard', { Ext.String.format(gettext('{0} days'), '{days}') + ')', }, reference: 'longesttasks', - height: 280, + height: 290, }, { xtype: 'pbsRunningTasks', - height: 280, + height: 290, }, { bind: {