From: Dominik Csapak <d.csapak@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager 0/8] refactor and partially fix #7371
Date: Fri, 14 Aug 2026 15:43:56 +0200 [thread overview]
Message-ID: <20260814134548.3446943-1-d.csapak@proxmox.com> (raw)
the first 6 patches are pure refactors and should not change anything
user visible, could be applied independently.
patch 7 and 8 partially fix #7371 by showing the HA maintenance status
of PVE nodes in various places.
Dominik Csapak (8):
lib: add new ResourceView type and move accessors there
lib: api types: resource: add 'node' helper to ResourceView
lib: api-types: add 'vmid' getter to ResourceView
ui: pve: factor out the pve-manager version extraction
ui: renderer: use ResourceView for rendering
ui: pve: tree: reuse `PveResource` for `PveTreeNode`
ui: pve: show ha maintenance mode for nodes
ui: pve: node selector: show maintenance badge with node name
lib/pdm-api-types/src/resource.rs | 300 ++++++++++++++++++++--------
server/src/api/resources.rs | 1 +
ui/pwt-assets | 2 +-
ui/src/dashboard/top_entities.rs | 5 +-
ui/src/guests.rs | 6 +-
ui/src/lib.rs | 23 +--
ui/src/pve/mod.rs | 64 +++---
ui/src/pve/tree.rs | 301 ++++++++++++++---------------
ui/src/renderer.rs | 66 ++++---
ui/src/widget/pve_node_selector.rs | 78 ++++----
ui/src/widget/resource_tree.rs | 11 +-
11 files changed, 497 insertions(+), 360 deletions(-)
--
2.47.3
next reply other threads:[~2026-08-14 13:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-14 13:43 Dominik Csapak [this message]
2026-08-14 13:43 ` [PATCH datacenter-manager 1/8] lib: add new ResourceView type and move accessors there Dominik Csapak
2026-08-14 13:43 ` [PATCH datacenter-manager 2/8] lib: api types: resource: add 'node' helper to ResourceView Dominik Csapak
2026-08-14 13:43 ` [PATCH datacenter-manager 3/8] lib: api-types: add 'vmid' getter " Dominik Csapak
2026-08-14 13:44 ` [PATCH datacenter-manager 4/8] ui: pve: factor out the pve-manager version extraction Dominik Csapak
2026-08-14 13:44 ` [PATCH datacenter-manager 5/8] ui: renderer: use ResourceView for rendering Dominik Csapak
2026-08-14 13:44 ` [PATCH datacenter-manager 6/8] ui: pve: tree: reuse `PveResource` for `PveTreeNode` Dominik Csapak
2026-08-14 13:44 ` [PATCH datacenter-manager 7/8] ui: pve: show ha maintenance mode for nodes Dominik Csapak
2026-08-14 13:44 ` [PATCH datacenter-manager 8/8] ui: pve: node selector: show maintenance badge with node name Dominik Csapak
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=20260814134548.3446943-1-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pdm-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox