public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager 1/2] ui: pve: clippy fix
@ 2025-09-23  9:42 Dominik Csapak
  2025-09-23  9:42 ` [pdm-devel] [PATCH datacenter-manager 2/2] ui: pve: tree: add title in the toolbar Dominik Csapak
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2025-09-23  9:42 UTC (permalink / raw)
  To: pdm-devel

Signed-off-by: Dominik Csapak <d.csapak@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



_______________________________________________
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-09-23  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-23  9:42 [pdm-devel] [PATCH datacenter-manager 1/2] ui: pve: clippy fix Dominik Csapak
2025-09-23  9:42 ` [pdm-devel] [PATCH datacenter-manager 2/2] ui: pve: tree: add title in the toolbar Dominik Csapak

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