From: Erik Fastermann <e.fastermann@proxmox.com>
To: pve-devel@lists.proxmox.com
Cc: Erik Fastermann <e.fastermann@proxmox.com>
Subject: [PATCH pve-manager v2 0/2] fix #7794: ui: dc summary: add per-node VM/CT count columns
Date: Tue, 28 Jul 2026 09:51:22 +0200 [thread overview]
Message-ID: <20260728075124.53626-1-e.fastermann@proxmox.com> (raw)
Add columns to the node list showing the number of running and total
VMs and CTs per node, so the workload distribution across the cluster
is visible at a glance.
Changes since v1:
* Using 'gridstore.beginUpdate()' and 'gridstore.endUpdate()' and
passing an object to 'item.set()' as suggested by @David Riley,
thank you!
* Passing 'dirty: false' to 'item.set()' which avoids 'item.commit()'
* Added an extra patch which cleans up this pattern in 'Summary.js'
Erik Fastermann (2):
ui: dc summary: update node grid fields in a single set() call
fix #7794: ui: dc summary: add per-node VM/CT count columns
www/manager6/dc/NodeView.js | 26 ++++++++++++++++++
www/manager6/dc/Summary.js | 55 ++++++++++++++++++++++++++++++++++---
2 files changed, 77 insertions(+), 4 deletions(-)
--
2.47.3
next reply other threads:[~2026-07-28 7:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-28 7:51 Erik Fastermann [this message]
2026-07-28 7:51 ` [PATCH pve-manager v2 1/2] ui: dc summary: update node grid fields in a single set() call Erik Fastermann
2026-07-28 7:51 ` [PATCH pve-manager v2 2/2] fix #7794: ui: dc summary: add per-node VM/CT count columns Erik Fastermann
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=20260728075124.53626-1-e.fastermann@proxmox.com \
--to=e.fastermann@proxmox.com \
--cc=pve-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.