public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager] ui: administration: updates: add subscription url
@ 2025-12-02 10:27 Dominik Csapak
  2025-12-02 12:17 ` [pdm-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2025-12-02 10:27 UTC (permalink / raw)
  To: pdm-devel

so the subscription is checked when pressing refresh for the pdm node
itself.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 ui/src/administration/mod.rs | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ui/src/administration/mod.rs b/ui/src/administration/mod.rs
index 028c84f0..9e45a425 100644
--- a/ui/src/administration/mod.rs
+++ b/ui/src/administration/mod.rs
@@ -85,7 +85,11 @@ impl Component for PdmServerAdministration {
                     Container::new()
                         .class("pwt-content-spacer")
                         .class(pwt::css::FlexFit)
-                        .with_child(AptPackageManager::new().enable_upgrade(enable_upgrade))
+                        .with_child(
+                            AptPackageManager::new()
+                                .enable_upgrade(enable_upgrade)
+                                .subscription_url("/nodes/localhost/subscription"),
+                        )
                         .into()
                 },
             )
-- 
2.47.3



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pdm-devel] applied: [PATCH datacenter-manager] ui: administration: updates: add subscription url
  2025-12-02 10:27 [pdm-devel] [PATCH datacenter-manager] ui: administration: updates: add subscription url Dominik Csapak
@ 2025-12-02 12:17 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-12-02 12:17 UTC (permalink / raw)
  To: pdm-devel, Dominik Csapak

On Tue, 02 Dec 2025 11:27:42 +0100, Dominik Csapak wrote:
> so the subscription is checked when pressing refresh for the pdm node
> itself.
> 
> 

Applied, thanks!

[1/1] ui: administration: updates: add subscription url
      commit: 9e7db39bd55f458335fc29599926683831cd463a


_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-02 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-02 10:27 [pdm-devel] [PATCH datacenter-manager] ui: administration: updates: add subscription url Dominik Csapak
2025-12-02 12:17 ` [pdm-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal