mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
Feature #4363: New favicon
This commit is contained in:
parent
496196730b
commit
1e5a7126d0
BIN
src/sunstone/public/images/apple-touch-icon-precomposed.png
Normal file
BIN
src/sunstone/public/images/apple-touch-icon-precomposed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
BIN
src/sunstone/public/images/favicon.png
Normal file
BIN
src/sunstone/public/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@ -4,7 +4,10 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>OpenNebula Sunstone: Cloud Operations Center</title>
|
||||
<link href="images/favicon.ico" rel="shortcut icon"></link>
|
||||
|
||||
<!--[if IE]><link rel="shortcut icon" href="images/favicon.ico"><![endif]-->
|
||||
<link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon-precomposed.png">
|
||||
<link rel="icon" href="images/favicon.png">
|
||||
|
||||
<% if session[:lang] %>
|
||||
<script src="locale/languages/<%= session[:lang] %>.js?v=<%= OpenNebula::VERSION %>" type="text/javascript"></script>
|
||||
|
@ -2,8 +2,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="shortcut icon" href="images/favicon.ico" />
|
||||
<title>OpenNebula Sunstone Login</title>
|
||||
|
||||
<!--[if IE]><link rel="shortcut icon" href="images/favicon.ico"><![endif]-->
|
||||
<link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon-precomposed.png">
|
||||
<link rel="icon" href="images/favicon.png">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/login.css" />
|
||||
|
||||
<% if $conf[:env] == 'dev' %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user