* [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
* applied: [PATCH datacenter-manager] ui: views: map: use info icon for node list tooltip
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 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2026-05-27 9:00 UTC (permalink / raw)
To: pdm-devel, Dominik Csapak
On Wed, 27 May 2026 10:49:59 +0200, Dominik Csapak wrote:
> 'question' implies some kind of help, but this is just informational.
Applied, thanks!
[1/1] ui: views: map: use info icon for node list tooltip
commit: eceff24930b798d2d8edce421f5c0b2a316acde4
^ permalink raw reply [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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.