[pbs-devel] [PATCH proxmox-backup v2 1/1] ui: make panels in the dashboard all the same height

Stefan Sterz s.sterz at proxmox.com
Thu Mar 3 16:03:26 CET 2022


this fixes an issue where the layout looks misaligned in three column
layouts

Signed-off-by: Stefan Sterz <s.sterz at proxmox.com>
---
 www/Dashboard.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/Dashboard.js b/www/Dashboard.js
index 70c2305b..7b2700eb 100644
--- a/www/Dashboard.js
+++ b/www/Dashboard.js
@@ -239,11 +239,11 @@ Ext.define('PBS.Dashboard', {
 		Ext.String.format(gettext('{0} days'), '{days}') + ')',
 	    },
 	    reference: 'longesttasks',
-	    height: 250,
+	    height: 280,
 	},
 	{
 	    xtype: 'pbsRunningTasks',
-	    height: 250,
+	    height: 280,
 	},
 	{
 	    bind: {
@@ -251,13 +251,13 @@ Ext.define('PBS.Dashboard', {
 		Ext.String.format(gettext('{0} days'), '{days}') + ')',
 	    },
 	    xtype: 'pbsTaskSummary',
-	    height: 200,
+	    height: 280,
 	    reference: 'tasksummary',
 	},
 	{
 	    iconCls: 'fa fa-ticket',
 	    title: 'Subscription',
-	    height: 200,
+	    height: 280,
 	    reference: 'subscription',
 	    xtype: 'pbsSubscriptionInfo',
 	},
-- 
2.30.2






More information about the pbs-devel mailing list