public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH datacenter-manager] ui: views: map: use info icon for node list tooltip
@ 2026-05-27  8:49 Dominik Csapak
  2026-05-27  9:00 ` applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2026-05-27  8:49 UTC (permalink / raw)
  To: pdm-devel

'question' implies some kind of help, but this is just informational.

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

diff --git a/ui/src/dashboard/map.rs b/ui/src/dashboard/map.rs
index 50452986..d9db4d19 100644
--- a/ui/src/dashboard/map.rs
+++ b/ui/src/dashboard/map.rs
@@ -254,7 +254,7 @@ impl Component for PoiInfoComp {
             match (props.remote.ty, nodes.len()) {
                 (RemoteType::Pve, x) if x > 0 => (
                     Some(span(tr!("1 Node" | "{0} Nodes" % x, x))),
-                    Some(Tooltip::new(Fa::new("question-circle")).rich_tip(
+                    Some(Tooltip::new(Fa::new("info-circle")).rich_tip(
                         Column::new().children(nodes.into_iter().map(|n| span(n).into())),
                     )),
                 ),
-- 
2.47.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-27  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-27  8:49 [PATCH datacenter-manager] ui: views: map: use info icon for node list tooltip Dominik Csapak
2026-05-27  9:00 ` applied: " Thomas Lamprecht

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