public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager] ui: pve tree: fix trigger activation event
@ 2025-05-16 10:50 Dominik Csapak
  2025-05-16 10:55 ` [pdm-devel] applied: " Dietmar Maurer
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2025-05-16 10:50 UTC (permalink / raw)
  To: pdm-devel

newer pwt replaced the 'onclick' event with 'on_activate'.
('onclick' still exists, but is now the html native one, which we don't
want to use)

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

diff --git a/ui/src/pve/tree.rs b/ui/src/pve/tree.rs
index e2e85a6..474c9f2 100644
--- a/ui/src/pve/tree.rs
+++ b/ui/src/pve/tree.rs
@@ -441,7 +441,7 @@ impl LoadableComponent for PveTreeComp {
                                 } else {
                                     ""
                                 })
-                                .onclick(link.callback(|_| Msg::Filter(String::new()))),
+                                .on_activate(link.callback(|_| Msg::Filter(String::new()))),
                                 true,
                             )
                             .placeholder(tr!("Filter"))
-- 
2.39.5



_______________________________________________
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

* [pdm-devel] applied: [PATCH datacenter-manager] ui: pve tree: fix trigger activation event
  2025-05-16 10:50 [pdm-devel] [PATCH datacenter-manager] ui: pve tree: fix trigger activation event Dominik Csapak
@ 2025-05-16 10:55 ` Dietmar Maurer
  0 siblings, 0 replies; 2+ messages in thread
From: Dietmar Maurer @ 2025-05-16 10:55 UTC (permalink / raw)
  To: Proxmox Datacenter Manager development discussion, Dominik Csapak

applied


_______________________________________________
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-05-16 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-16 10:50 [pdm-devel] [PATCH datacenter-manager] ui: pve tree: fix trigger activation event Dominik Csapak
2025-05-16 10:55 ` [pdm-devel] applied: " Dietmar Maurer

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