public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup v3] ui: fix panel height in the dashboard
@ 2022-03-10 11:27 Stefan Sterz
  2022-03-11 11:53 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Sterz @ 2022-03-10 11:27 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/Dashboard.js b/www/Dashboard.js
index 70c2305b..27682cdf 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: {
-- 
2.30.2





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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 11:27 [pbs-devel] [PATCH proxmox-backup v3] ui: fix panel height in the dashboard Stefan Sterz
2022-03-11 11:53 ` [pbs-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal