From: Dominik Csapak <d.csapak@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager] ui: views: map: use info icon for node list tooltip
Date: Wed, 27 May 2026 10:49:59 +0200 [thread overview]
Message-ID: <20260527085006.1126490-1-d.csapak@proxmox.com> (raw)
'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
next reply other threads:[~2026-05-27 8:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-27 8:49 Dominik Csapak [this message]
2026-05-27 9:00 ` applied: [PATCH datacenter-manager] ui: views: map: use info icon for node list tooltip Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260527085006.1126490-1-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox