[pve-devel] [PATCH manager 7/9] ui: use the svg version for the cd icon in a storage's treelist
Shannon Sterz
s.sterz at proxmox.com
Tue Aug 26 16:58:34 CEST 2025
so it does not appear blurry anymore. also removes the now unused png
version.
Signed-off-by: Shannon Sterz <s.sterz at 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 at N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b
z3=G`DAk4 at 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 at 6Iv
z`+J_RuFmeP?D=~4OO5S<xV<}0Dfd5FarM}e<xy3eWi&3VJ99+J+NOZ>U8D559m(Co
yd^`4CdABh#rDOB{!f#5tn@)AhT#kSKhvl4tbM at ZvXW2lPGkCiCxvX<aXaWGvYIoNF
--
2.47.2
More information about the pve-devel
mailing list