From: Lukas Wagner <l.wagner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH datacenter-manager 0/4] add 'Updates' tab for PBS remotes
Date: Thu, 20 Nov 2025 11:36:16 +0100 [thread overview]
Message-ID: <20251120103620.128741-1-l.wagner@proxmox.com> (raw)
This is achieved by moving the existing node overview to a new 'Overview' tab and
then adding a new 'Updates' tab - the same way it is already implemented
for PVE remotes.
Moved and renamed some things as they made sense to me, mostly for
consistency reasons.
Lukas Wagner (4):
ui: move pbs node overview panel from pbs::remote to
pbs::node::overview
ui: pbs: rename RemoteOverviewPanel to PbsNodeOverviewPanel
ui: pbs: move node overview to tab and add update tab
ui: pve: rename NodePanel to PveNodePanel
ui/src/pbs/mod.rs | 6 +-
ui/src/pbs/node/mod.rs | 115 +++++++++++++++++++++
ui/src/pbs/{remote.rs => node/overview.rs} | 31 +++---
ui/src/pve/mod.rs | 2 +-
ui/src/pve/node/mod.rs | 20 ++--
ui/src/pve/node/overview.rs | 20 ++--
6 files changed, 151 insertions(+), 43 deletions(-)
create mode 100644 ui/src/pbs/node/mod.rs
rename ui/src/pbs/{remote.rs => node/overview.rs} (92%)
--
2.47.3
_______________________________________________
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-20 10:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-20 10:36 Lukas Wagner [this message]
2025-11-20 10:36 ` [pdm-devel] [PATCH datacenter-manager 1/4] ui: move pbs node overview panel from pbs::remote to pbs::node::overview Lukas Wagner
2025-11-20 10:36 ` [pdm-devel] [PATCH datacenter-manager 2/4] ui: pbs: rename RemoteOverviewPanel to PbsNodeOverviewPanel Lukas Wagner
2025-11-20 10:36 ` [pdm-devel] [PATCH datacenter-manager 3/4] ui: pbs: move node overview to tab and add update tab Lukas Wagner
2025-11-20 15:52 ` Michael Köppl
2025-11-20 10:36 ` [pdm-devel] [PATCH datacenter-manager 4/4] ui: pve: rename NodePanel to PveNodePanel Lukas Wagner
2025-11-20 15:56 ` [pdm-devel] [PATCH datacenter-manager 0/4] add 'Updates' tab for PBS remotes Michael Köppl
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=20251120103620.128741-1-l.wagner@proxmox.com \
--to=l.wagner@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.