Commit dd28cbbd authored by Dietmar Maurer's avatar Dietmar Maurer

add favicon.ico

parent 6d2c0924
...@@ -287,6 +287,9 @@ sub send_file_start { ...@@ -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;
......
...@@ -229,7 +229,7 @@ _EOJS ...@@ -229,7 +229,7 @@ _EOJS
<link rel="stylesheet" type="text/css" href="/pve2/ext4/resources/css/ext-all.css" /> <link rel="stylesheet" type="text/css" href="/pve2/ext4/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="/pve2/css/ext-pve.css" /> <link rel="stylesheet" type="text/css" href="/pve2/css/ext-pve.css" />
<script type="text/javascript">$i18nsrc</script> <script type="text/javascript">$i18nsrc</script>
<script type="text/javascript" src="/pve2/ext4/ext-all-debug.js"></script> <script type="text/javascript" src="/pve2/ext4/ext-all-debug.js"></script>
<script type="text/javascript" src="/pve2/ext4/pvemanagerlib.js"></script> <script type="text/javascript" src="/pve2/ext4/pvemanagerlib.js"></script>
......
...@@ -22,6 +22,7 @@ GNOME_IMAGES = \ ...@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment