From: "Michael Köppl" <m.koeppl@proxmox.com>
To: "Proxmox Datacenter Manager development discussion"
<pdm-devel@lists.proxmox.com>
Cc: "pdm-devel" <pdm-devel-bounces@lists.proxmox.com>
Subject: Re: [pdm-devel] [PATCH datacenter-manager 0/4] add 'Updates' tab for PBS remotes
Date: Thu, 20 Nov 2025 16:56:23 +0100 [thread overview]
Message-ID: <DEDN8AOD5UVC.3RMU3S45VTVA2@proxmox.com> (raw)
In-Reply-To: <20251120103620.128741-1-l.wagner@proxmox.com>
Added my local PBS to test the update tab. Then:
- update packages through the UI
- checked that the upgrade button opens the correct page on my PBS
- changelogs per package are displayed correctly
Everything seemed to work as expected. Also had a look at the code.
Since it's mostly similar code to the PVE implementation, I mainly
focused on PBS specifics like API endpoints, etc. Noted 1 nit on the
individual patch, but other than that lgtm!
Tested-by: Michael Köppl <m.koeppl@proxmox.com>
Reviewed-by: Michael Köppl <m.koeppl@proxmox.com>
On Thu Nov 20, 2025 at 11:36 AM CET, Lukas Wagner wrote:
> 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%)
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
prev parent reply other threads:[~2025-11-20 15:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-20 10:36 Lukas Wagner
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 ` Michael Köppl [this message]
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=DEDN8AOD5UVC.3RMU3S45VTVA2@proxmox.com \
--to=m.koeppl@proxmox.com \
--cc=pdm-devel-bounces@lists.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