From: Shannon Sterz <s.sterz@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager 7/9] ui: use the svg version for the cd icon in a storage's treelist
Date: Tue, 26 Aug 2025 16:58:34 +0200 [thread overview]
Message-ID: <20250826145836.302748-8-s.sterz@proxmox.com> (raw)
In-Reply-To: <20250826145836.302748-1-s.sterz@proxmox.com>
so it does not appear blurry anymore. also removes the now unused png
version.
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
www/css/ext6-pve.css | 2 +-
www/images/Makefile | 3 +--
www/images/icon-cd.png | Bin 309 -> 0 bytes
3 files changed, 2 insertions(+), 3 deletions(-)
delete mode 100644 www/images/icon-cd.png
diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index 8ae477ed3..f2818d222 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -250,7 +250,7 @@
.pve-itype-treelist-item-icon-cdrom {
top: 50%;
transform: translateY(-50%);
- content: url(../images/icon-cd.png);
+ content: url(../images/icon-cd-drive.svg);
}
/* the lxc template */
diff --git a/www/images/Makefile b/www/images/Makefile
index 87cda5204..3e73f5728 100644
--- a/www/images/Makefile
+++ b/www/images/Makefile
@@ -17,7 +17,7 @@ all:
# novnc.svg copied from the noVnc source:
# https://github.com/novnc/noVNC/blob/master/app/images/icons/novnc-icon-sm.svg
-# icon-cd, icon-pci
+# icon-cd-drive and icon-pci
# are self made (sources as .xcf)
# icon-swap, icon-keyboard, icon-network, icon-usb, icon-cloud
# come from fontawesome (respective fa-refresh, fa-keyboard-o, fa-exchange, fa-usb, fa-ellipsis-h, fa-cloud)
@@ -70,7 +70,6 @@ IMAGES = $(GNOME_IMAGES) \
blank.gif \
swap.png \
icon-swap.png \
- icon-cd.png \
icon-network.png \
icon-keyboard.png \
logo-ceph.png \
diff --git a/www/images/icon-cd.png b/www/images/icon-cd.png
deleted file mode 100644
index 52a6801c3cefb9e476e59c0f6068728a5152d367..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 309
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b
z3=G`DAk4@xYmNj^kiEpy*OmPNvly2;uj9gw{Xij(64!_l=ltB<)VvagZ)c`~#MXJb
zIEGl9UVC{j?;!^s)(8Fpigy(x8>ZPYUufaX<8ND#()DHnlOcn2z_O*By~-aavvfZ3
z%$xV7`n=uje3g(D7u~KLRJ9LS=-k|+q{M#R^_)WA#0lywMNedoPx0O#SZC!ad@6Iv
z`+J_RuFmeP?D=~4OO5S<xV<}0Dfd5FarM}e<xy3eWi&3VJ99+J+NOZ>U8D559m(Co
yd^`4CdABh#rDOB{!f#5tn@)AhT#kSKhvl4tbM@ZvXW2lPGkCiCxvX<aXaWGvYIoNF
--
2.47.2
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next prev parent reply other threads:[~2025-08-26 14:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-26 14:58 [pve-devel] [PATCH manager 0/9] remove all blurry icons Shannon Sterz
2025-08-26 14:58 ` [pve-devel] [PATCH manager 1/9] fix #6599: ui: use font-awesome hdd icon instead of png Shannon Sterz
2025-08-26 14:58 ` [pve-devel] [PATCH manager 2/9] ui: remove all occurences of icon-display.png Shannon Sterz
2025-08-26 14:58 ` [pve-devel] [PATCH manager 3/9] ui: replace the gif spinner from extjs with an svg Shannon Sterz
2025-08-26 14:58 ` [pve-devel] [PATCH manager 4/9] ui: use svg version of the noVnc icon Shannon Sterz
2025-08-26 14:58 ` [pve-devel] [PATCH manager 5/9] ui: use svg version of the virt viewer icon Shannon Sterz
2025-08-26 14:58 ` [pve-devel] [PATCH manager 6/9] ui: use svg version of xterm.js logo instead of a png Shannon Sterz
2025-08-26 14:58 ` Shannon Sterz [this message]
2025-08-26 14:58 ` [pve-devel] [PATCH manager 8/9] ui: replace the ceph logo png with an svg version Shannon Sterz
2025-08-26 14:58 ` [pve-devel] [PATCH manager 9/9] ui: remove unused png icons and their asset files Shannon Sterz
2025-08-26 15:04 ` [pve-devel] [PATCH manager 0/9] remove all blurry icons Shannon Sterz
2025-08-28 21:45 ` Thomas Lamprecht
2025-08-29 9:26 ` 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=20250826145836.302748-8-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.