Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
dd28cbbd
Commit
dd28cbbd
authored
Aug 16, 2013
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add favicon.ico
parent
6d2c0924
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
1 deletion
+5
-1
HTTPServer.pm
PVE/HTTPServer.pm
+3
-0
pveproxy
bin/pveproxy
+1
-1
Makefile
www/images/Makefile
+1
-0
favicon.ico
www/images/favicon.ico
+0
-0
favicon.xcf
www/images/favicon.xcf
+0
-0
No files found.
PVE/HTTPServer.pm
View file @
dd28cbbd
...
@@ -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
;
...
...
bin/pveproxy
View file @
dd28cbbd
...
@@ -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>
...
...
www/images/Makefile
View file @
dd28cbbd
...
@@ -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
\
...
...
www/images/favicon.ico
0 → 100644
View file @
dd28cbbd
1.31 KB
www/images/favicon.xcf
0 → 100644
View file @
dd28cbbd
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment