* [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
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