[pve-devel] [PATCH pmg-gui 1/1] css: replace blurry extjs spinner with widget-toolkit's svg version
Shannon Sterz
s.sterz at proxmox.com
Fri Aug 29 16:12:20 CEST 2025
Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
css/ext6-pmg.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/css/ext6-pmg.css b/css/ext6-pmg.css
index a6042aa..31e9411 100644
--- a/css/ext6-pmg.css
+++ b/css/ext6-pmg.css
@@ -112,7 +112,7 @@
/* loading in task list */
.x-grid-row-loading {
background: no-repeat center center;
- background-image: url(../ext6/theme-crisp/resources/images/loadmask/loading.gif);
+ background-image: url(../../pwt/images/spinner.svg);
}
/* displayfield minheight is wrong */
--
2.47.2
More information about the pve-devel
mailing list