[pdm-devel] [PATCH proxmox-datacenter-manager 12/12] ui: show new remote update view in the 'Remotes' section
Lukas Wagner
l.wagner at proxmox.com
Wed Oct 15 14:47:11 CEST 2025
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
ui/src/remotes/mod.rs | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/ui/src/remotes/mod.rs b/ui/src/remotes/mod.rs
index cce21563..5e06b2ce 100644
--- a/ui/src/remotes/mod.rs
+++ b/ui/src/remotes/mod.rs
@@ -56,6 +56,13 @@ pub fn system_configuration() -> Html {
.label(tr!("Tasks"))
.icon_class("fa fa-book"),
|_| RemoteTaskList::new().into(),
+ )
+ .with_item_builder(
+ TabBarItem::new()
+ .key("updates")
+ .label(tr!("Updates"))
+ .icon_class("fa fa-refresh"),
+ |_| UpdateTree::new().into(),
);
NavigationContainer::new().with_child(panel).into()
--
2.47.3
More information about the pdm-devel
mailing list