mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-29 20:17:17 +00:00
add favicon.ico
This commit is contained in:
parent
c576f1843a
commit
e88a5cde5f
@ -287,6 +287,9 @@ sub send_file_start {
|
|||||||
} elsif ($filename =~ m/\.png$/) {
|
} elsif ($filename =~ m/\.png$/) {
|
||||||
$ct = 'image/png';
|
$ct = 'image/png';
|
||||||
$nocomp = 1;
|
$nocomp = 1;
|
||||||
|
} elsif ($filename =~ m/\.ico$/) {
|
||||||
|
$ct = 'image/x-icon';
|
||||||
|
$nocomp = 1;
|
||||||
} elsif ($filename =~ m/\.gif$/) {
|
} elsif ($filename =~ m/\.gif$/) {
|
||||||
$ct = 'image/gif';
|
$ct = 'image/gif';
|
||||||
$nocomp = 1;
|
$nocomp = 1;
|
||||||
|
@ -22,6 +22,7 @@ GNOME_IMAGES = \
|
|||||||
computer.png
|
computer.png
|
||||||
|
|
||||||
IMAGES = ${GNOME_IMAGES} \
|
IMAGES = ${GNOME_IMAGES} \
|
||||||
|
favicon.ico \
|
||||||
snapshot.png \
|
snapshot.png \
|
||||||
computer-on.png \
|
computer-on.png \
|
||||||
memory.png \
|
memory.png \
|
||||||
|
BIN
www/images/favicon.ico
Normal file
BIN
www/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
www/images/favicon.xcf
Normal file
BIN
www/images/favicon.xcf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user