[pdm-devel] [PATCH datacenter-manager/yew-comp v4 0/3] add node status panel to proxmox datacenter manager

Shannon Sterz s.sterz at proxmox.com
Wed Nov 12 15:39:12 CET 2025


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
of the NodeStatusPanel opt-in. finally, the panel is integrated into pdm
as a new tab in the Node Status tab.

Changelog
---------

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: remove power management and make fingerprint opt-in

 src/node_info.rs         |  4 +++-
 src/node_status_panel.rs | 20 ++++++++++++++------
 2 files changed, 17 insertions(+), 7 deletions(-)


proxmox-datacenter-manager:

Shannon Sterz (1):
  ui: add a Node Status tab to the administration panel

 ui/src/administration/mod.rs | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)


Summary over all repositories:
  3 files changed, 42 insertions(+), 9 deletions(-)

--
Generated by git-murpp 0.8.1




More information about the pdm-devel mailing list