this series is a small follow up to the recent series that removed all custom blurry icons from proxmox ve [1]. parts of these series have been applied previously [2], these remaining patches use an svg-based spinner across pve-manager, pmg-gui, and proxmox-backup.
[1]: https://lore.proxmox.com/all/[email protected]/ [2]: https://lore.proxmox.com/all/[email protected]/ Changelog --------- changes since v1: * dropped the already applied proxmox-widget-toolkit and pve-manager patches * rebased on current master for each repo pve-manager: Shannon Sterz (1): ui: use spinner from proxmox-widget-toolkit instead of adding it here 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 proxmox-backup: Shannon Sterz (1): css: replace blurry extjs spinner with widget-toolkit's svg version www/css/ext6-pbs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) pmg-gui: Shannon Sterz (1): css: replace blurry extjs spinner with widget-toolkit's svg version css/ext6-pmg.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Summary over all repositories: 5 files changed, 3 insertions(+), 28 deletions(-) -- Generated by git-murpp 0.8.1
