From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] applied [PATCH gui 3/4] dashboard: increase height of node-info and top-receiver panel to 300
Date: Mon, 26 Feb 2024 17:28:52 +0100 [thread overview]
Message-ID: <20240226162853.2519262-3-t.lamprecht@proxmox.com> (raw)
In-Reply-To: <20240226162853.2519262-1-t.lamprecht@proxmox.com>
Now that the node info one got another row we can use a bit more space
to avoid that it feels to crammed.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
---
js/Dashboard.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/Dashboard.js b/js/Dashboard.js
index a08e2c9..d03510e 100644
--- a/js/Dashboard.js
+++ b/js/Dashboard.js
@@ -418,12 +418,12 @@ Ext.define('PMG.Dashboard', {
{
xtype: 'pmgNodeInfoPanel',
reference: 'nodeInfo',
- height: 275,
+ height: 300,
bodyPadding: '15 5 15 5',
iconCls: 'fa fa-tasks',
},
{
- height: 275,
+ height: 300,
iconCls: 'fa fa-list',
title: gettext('Top Receivers'),
--
2.39.2
next prev parent reply other threads:[~2024-02-26 18:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-26 16:28 [pmg-devel] applied: [PATCH gui 1/4] dashboard: reduce noise in current kernel version Thomas Lamprecht
2024-02-26 16:28 ` [pmg-devel] applied: [PATCH gui 2/4] dashboard: show boot-mode information Thomas Lamprecht
2024-02-26 16:28 ` Thomas Lamprecht [this message]
2024-02-26 16:28 ` [pmg-devel] applied: [PATCH gui 4/4] dashboard: show ten of the current top receiver Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240226162853.2519262-3-t.lamprecht@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.