From: Shannon Sterz <s.sterz@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager v2 1/1] ui: use spinner from proxmox-widget-toolkit instead of adding it here
Date: Tue, 24 Feb 2026 13:10:07 +0100 [thread overview]
Message-ID: <20260224121009.155272-2-s.sterz@proxmox.com> (raw)
In-Reply-To: <20260224121009.155272-1-s.sterz@proxmox.com>
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
www/css/ext6-pve.css | 2 +-
www/images/Makefile | 1 -
www/images/spinner.svg | 24 ------------------------
3 files changed, 1 insertion(+), 26 deletions(-)
delete mode 100644 www/images/spinner.svg
diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index 27742a74b..618c1f395 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -92,7 +92,7 @@
/* loading in task list */
.x-grid-row-loading {
background: no-repeat center center;
- background-image: url(../images/spinner.svg);
+ background-image: url(../../pwt/images/spinner.svg);
}
/* for font-awesome colors */
diff --git a/www/images/Makefile b/www/images/Makefile
index 57631a87c..e5e72eb1d 100644
--- a/www/images/Makefile
+++ b/www/images/Makefile
@@ -40,7 +40,6 @@ IMAGES = \
icon-cpu.svg \
icon-memory.svg \
icon-cd-drive.svg \
- spinner.svg \
icon-sdn.svg: icon-sdn.dot
fdp -Tsvg $< > $@
diff --git a/www/images/spinner.svg b/www/images/spinner.svg
deleted file mode 100644
index 3d2a63c0d..000000000
--- a/www/images/spinner.svg
+++ /dev/null
@@ -1,24 +0,0 @@
-<svg version="1.1" viewBox="-13 -13 26 26" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<style>
- @keyframes frames {
- from { transform: rotate(0deg); }
- to { transform: rotate(360deg); }
- }
- .spinner { animation: frames 1.2s steps(12, jump-start) infinite; }
-</style>
-<g stroke-linecap="round" stroke-width="2">
-<path class="spinner" id="a" d="m0 -8 0,4"/>
-<use transform="rotate(30)" xlink:href="#a" stroke="#eaeaea"/>
-<use transform="rotate(60)" xlink:href="#a" stroke="#d4d4d4"/>
-<use transform="rotate(90)" xlink:href="#a" stroke="#bfbfbf"/>
-<use transform="rotate(120)" xlink:href="#a" stroke="#aaaaaa"/>
-<use transform="rotate(150)" xlink:href="#a" stroke="#959595"/>
-<use transform="rotate(180)" xlink:href="#a" stroke="#808080"/>
-<use transform="rotate(210)" xlink:href="#a" stroke="#6a6a6a"/>
-<use transform="rotate(240)" xlink:href="#a" stroke="#555555"/>
-<use transform="rotate(270)" xlink:href="#a" stroke="#404040"/>
-<use transform="rotate(300)" xlink:href="#a" stroke="#2a2a2a"/>
-<use transform="rotate(330)" xlink:href="#a" stroke="#151515"/>
-<use transform="rotate(360)" xlink:href="#a" stroke="#000000"/>
-</g>
-</svg>
--
2.47.3
next prev parent reply other threads:[~2026-02-24 12:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-24 12:10 [PATCH manager/pmg-gui/proxmox-backup v2 0/3] blurry icons follow-up Shannon Sterz
2026-02-24 12:10 ` Shannon Sterz [this message]
2026-02-24 12:10 ` [PATCH proxmox-backup v2 1/1] css: replace blurry extjs spinner with widget-toolkit's svg version Shannon Sterz
2026-02-24 12:10 ` [PATCH pmg-gui " Shannon Sterz
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=20260224121009.155272-2-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pve-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.