public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup v2] ui: fix panel height in the dashboard
@ 2022-03-10 10:15 Stefan Sterz
  0 siblings, 0 replies; only message in thread
From: Stefan Sterz @ 2022-03-10 10:15 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..8fbeef1c 100644
--- a/www/Dashboard.js
+++ b/www/Dashboard.js
@@ -226,11 +226,11 @@ Ext.define('PBS.Dashboard', {
 	{
 	    xtype: 'pbsNodeInfoPanel',
 	    reference: 'nodeInfo',
-	    height: 280,
+	    height: 270,
 	},
 	{
 	    xtype: 'pbsDatastoresStatistics',
-	    height: 280,
+	    height: 270,
 	},
 	{
 	    xtype: 'pbsLongestTasks',
@@ -239,11 +239,11 @@ Ext.define('PBS.Dashboard', {
 		Ext.String.format(gettext('{0} days'), '{days}') + ')',
 	    },
 	    reference: 'longesttasks',
-	    height: 250,
+	    height: 270,
 	},
 	{
 	    xtype: 'pbsRunningTasks',
-	    height: 250,
+	    height: 270,
 	},
 	{
 	    bind: {
-- 
2.30.2





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-10 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 10:15 [pbs-devel] [PATCH proxmox-backup v2] ui: fix panel height in the dashboard Stefan Sterz

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