[pdm-devel] [PATCH datacenter-manager 0/7] add remote type based search and PBS node status panel to dashboard
Christian Ebner
c.ebner at proxmox.com
Mon Oct 13 10:56:16 CEST 2025
Extends the search capability to filter resource by remote type, so
this can be used to further filter the status information gathering
as well.
Extend the PVE node status panel implementation to be reusabe for the
PBS node status as well and add a list of failed remotes to the status
api response, which allows to further discriminate errors by remote
type and show the type specific status message accordingly.
datacenter-manager:
Christian Ebner (7):
server: api: add remote-type search category for resources
pdm-api-types: extend resource status by list of failed remotes
server: api: collect failed remotes list while getting status
ui: dashboard: extend node panel creation by remote type
ui: dashboard: distinguish failed remotes based on remote type
ui: dashboard: expose PBS nodes status panel
ui: dashboard: filter by remote type for PVE and PBS node status panel
lib/pdm-api-types/src/remotes.rs | 3 +-
lib/pdm-api-types/src/resource.rs | 28 +++++-
server/src/api/resources.rs | 149 ++++++++++++++++++++----------
ui/src/dashboard/mod.rs | 64 +++++++++----
4 files changed, 173 insertions(+), 71 deletions(-)
Summary over all repositories:
4 files changed, 173 insertions(+), 71 deletions(-)
--
Generated by git-murpp 0.8.1
More information about the pdm-devel
mailing list