all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup v2 1/1] ui: make panels in the dashboard all the same height
@ 2022-03-03 15:03 Stefan Sterz
  2022-03-10  9:31 ` Thomas Lamprecht
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Sterz @ 2022-03-03 15:03 UTC (permalink / raw)
  To: pbs-devel

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

Signed-off-by: Stefan Sterz <s.sterz@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





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-10 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 15:03 [pbs-devel] [PATCH proxmox-backup v2 1/1] ui: make panels in the dashboard all the same height Stefan Sterz
2022-03-10  9:31 ` Thomas Lamprecht
2022-03-10 10:13   ` Stefan Sterz
2022-03-10 10:15     ` Thomas Lamprecht
2022-03-10 10:20       ` Stefan Sterz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal