[pdm-devel] [PATCH datacenter-manager] ui: main menu: make remote loading icon prettier

Dominik Csapak d.csapak at proxmox.com
Fri Jun 6 14:08:21 CEST 2025


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 at 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





More information about the pdm-devel mailing list