[pve-devel] [PATCH proxmox-backup 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:19 CEST 2025
Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
www/css/ext6-pbs.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/css/ext6-pbs.css b/www/css/ext6-pbs.css
index 4a4a58d2..1d4c538a 100644
--- a/www/css/ext6-pbs.css
+++ b/www/css/ext6-pbs.css
@@ -92,7 +92,7 @@
/* loading in task list */
.x-grid-row-loading {
background: no-repeat center center;
- background-image: url(../extjs/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