From: Shannon Sterz <s.sterz@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH datacenter-manager/yew-comp v5 0/3] add node status panel to proxmox datacenter manager
Date: Thu, 13 Nov 2025 14:32:05 +0100 [thread overview]
Message-ID: <20251113133208.426106-1-s.sterz@proxmox.com> (raw)
this series slightly adapts the previously applied node status panel and
integrates it into pdm. the first commit changes the way we display
kernel version, dropping the preempt mode and similar information to get
this more aligned with pve/pbs. the second commit makes the fingerprint
and power management buttons of the NodeStatusPanel opt-in. finally, the
panel is integrated into pdm as a new tab in the Node Status tab.
Changelog
---------
changes since v4:
- add opt-in power management buttons back to the NodeStatusPanel
(thanks @ Thomas Lamprecht)
- add a separate toolbar back in, in the tab of the Administration menu
(thanks @ Thomas Lamprecht)
changes since v3:
- move shutdown and reboot button to the panel again and remove the
additional toolbar. also make the panel appear like a card. (thanks @
Lukas Wagner)
changes since v2:
- parts of this series got applied already (thanks @ Thomas Lamprecht)
- add a patch adapting the way we render the kernel version (thanks @
Thomas Lamprecht & Lukas Wagner)
- make the node status panel a panel in a new "Node Status" tab in der
"Administration" menu instead of a widget
changes since v1:
- move the node status panel to its own widget type in pdm
- properly import api feature (thanks @ Dominik Csapak)
- smaller clean ups (thanks @ Dominik Csapak)
proxmox-yew-comp:
Shannon Sterz (2):
node_info: only use build date from kernel version
node status panel: make power management and fingerprint buttons
opt-in
src/node_info.rs | 4 +++-
src/node_status_panel.rs | 35 +++++++++++++++++++++++++----------
2 files changed, 28 insertions(+), 11 deletions(-)
proxmox-datacenter-manager:
Shannon Sterz (1):
ui: add a Node Status tab to the administration panel
ui/Cargo.toml | 1 +
ui/src/administration/mod.rs | 9 +++
ui/src/administration/node_status.rs | 117 +++++++++++++++++++++++++++
3 files changed, 127 insertions(+)
create mode 100644 ui/src/administration/node_status.rs
Summary over all repositories:
5 files changed, 155 insertions(+), 11 deletions(-)
--
Generated by git-murpp 0.8.1
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
next reply other threads:[~2025-11-13 13:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-13 13:32 Shannon Sterz [this message]
2025-11-13 13:32 ` [pdm-devel] [PATCH yew-comp v5 1/2] node_info: only use build date from kernel version Shannon Sterz
2025-11-13 13:32 ` [pdm-devel] [PATCH yew-comp v5 2/2] node status panel: make power management and fingerprint buttons opt-in Shannon Sterz
2025-11-13 13:32 ` [pdm-devel] [PATCH datacenter-manager v5 1/1] ui: add a Node Status tab to the administration panel Shannon Sterz
2025-11-13 21:43 ` [pdm-devel] applied-series: [PATCH datacenter-manager/yew-comp v5 0/3] add node status panel to proxmox datacenter manager 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=20251113133208.426106-1-s.sterz@proxmox.com \
--to=s.sterz@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 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.