* [pdm-devel] [PATCH datacenter-manager] ui: main menu: make remote loading icon prettier
@ 2025-06-06 12:08 Dominik Csapak
0 siblings, 0 replies; only message in thread
From: Dominik Csapak @ 2025-06-06 12:08 UTC (permalink / raw)
To: pdm-devel
using our own icon here is weirdly sized and distorted, use the
font-awesome one for now. Remove `fa-fw` so the text does not wobble
when changing between these two icons.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
ui/src/main_menu.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/main_menu.rs b/ui/src/main_menu.rs
index 4f40d2c..4dcf881 100644
--- a/ui/src/main_menu.rs
+++ b/ui/src/main_menu.rs
@@ -272,7 +272,7 @@ impl Component for PdmMainMenu {
tr!("Remotes"),
"remotes",
Some(if props.remote_list_loading {
- "fa fa-fw pwt-loading-icon"
+ "fa fa-refresh fa-spin"
} else {
"fa fa-server"
}),
--
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] only message in thread
only message in thread, other threads:[~2025-06-06 12:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-06 12:08 [pdm-devel] [PATCH datacenter-manager] ui: main menu: make remote loading icon prettier 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