[pdm-devel] [PATCH datacenter-manager 1/3] ui: pve remote panels: enable router function
Dominik Csapak
d.csapak at proxmox.com
Mon Dec 15 16:18:01 CET 2025
so the tabs for the 'datacenter' panel are also visible and reachable
via the router.
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
ui/src/pve/remote/mod.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/src/pve/remote/mod.rs b/ui/src/pve/remote/mod.rs
index 60ea4ade..5d30deaa 100644
--- a/ui/src/pve/remote/mod.rs
+++ b/ui/src/pve/remote/mod.rs
@@ -49,6 +49,7 @@ impl yew::Component for PveRemotePanelComp {
.into();
TabPanel::new()
+ .router(true)
.class(pwt::css::FlexFit)
.title(title)
.class(ColorScheme::Neutral)
--
2.47.3
More information about the pdm-devel
mailing list