[pdm-devel] [PATCH datacenter-manager 1/2] ui: pve: clippy fix

Dominik Csapak d.csapak at proxmox.com
Tue Sep 23 11:42:56 CEST 2025


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 ui/src/pve/mod.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/pve/mod.rs b/ui/src/pve/mod.rs
index fcbccc48..058424a9 100644
--- a/ui/src/pve/mod.rs
+++ b/ui/src/pve/mod.rs
@@ -240,7 +240,7 @@ impl LoadableComponent for PveRemoteComp {
                                 remote.to_string(),
                                 self.resources.clone(),
                                 ctx.loading(),
-                                link.callback(|node| Msg::SelectedView(node)),
+                                link.callback(Msg::SelectedView),
                                 {
                                     let link = link.clone();
                                     move |_| link.send_reload()
-- 
2.47.3





More information about the pdm-devel mailing list