mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #~: Change Ruby Sunstone favicon (#2214)
This commit is contained in:
parent
fbeff998f7
commit
25b26bb2e4
@ -2767,7 +2767,7 @@ SUNSTONE_PUBLIC_FONT_AWSOME="src/sunstone/public/bower_components/fontawesome/we
|
||||
src/sunstone/public/bower_components/fontawesome/web-fonts-with-css/webfonts/fa-solid-900.woff2"
|
||||
|
||||
SUNSTONE_PUBLIC_IMAGES_FILES="src/sunstone/public/images/ajax-loader.gif \
|
||||
src/sunstone/public/images/favicon.ico \
|
||||
src/sunstone/public/images/favicon.svg \
|
||||
src/sunstone/public/images/advanced_layout.png \
|
||||
src/sunstone/public/images/cloud_layout.png \
|
||||
src/sunstone/public/images/vcenter_layout.png \
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 399 B |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
1
src/sunstone/public/images/favicon.svg
Normal file
1
src/sunstone/public/images/favicon.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg id="FAVICON" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.74 63.86"><defs><style>.cls-1{fill:#c7c9c8;}.cls-2{fill:#8f9392;}.cls-3{fill:#575c5b;}.cls-4{fill:#353735;}</style></defs><title>favicon openebula ruby</title><path class="cls-1" d="M57.33,53.7c-2.09.5-4.12,1-6.21,1.45A246,246,0,0,1,12.6,60.26c-.81-.09.32.5.5.68,3.44,2.49,7.92,2.94,12.18,3H56.33a.87.87,0,0,0,.77-.32,1.31,1.31,0,0,0,.23-.77Z" transform="translate(-6.63 -0.07)"/><path class="cls-2" d="M57.33,42.47a145.63,145.63,0,0,1-20.28,7.65A174.48,174.48,0,0,1,8.53,55.87c.54.82,1,2,1.9,2.4a242.32,242.32,0,0,0,46.9-6.74Z" transform="translate(-6.63 -0.07)"/><path class="cls-3" d="M57.33,31.38c-11.77,8-25.22,13.27-38.89,16.84-3.84,1-7.74,2-11.63,2.63a14.4,14.4,0,0,0,.81,3c16.53-2,32.91-6,48.08-13,.54-.27,1.13-.54,1.67-.82V31.38Z" transform="translate(-6.63 -0.07)"/><path class="cls-4" d="M57.33,15.77A78.65,78.65,0,0,1,35.87,33.06a130,130,0,0,1-27,11.27c-.68.36-2,.23-1.94,1.27a14.37,14.37,0,0,0-.32,3.12C21.84,45.82,36.82,41,50.31,33.29c2.4-1.41,4.75-2.9,7.06-4.49v-13Z" transform="translate(-6.63 -0.07)"/><path class="cls-4" d="M57.24.29c-.19-.41-.73-.18-1.41.13-2.58,1.09-13,6.2-14.62,13-.63.86-1.58-.22-2.31-.45a17.44,17.44,0,0,0-18.51,2.31c-5.07,4.07-7.83,11.36-5.52,17.65.36.73.72,1.72,0,2.36A17,17,0,0,0,12,37.22a15.62,15.62,0,0,0-4,5.12C21.88,38.13,35.51,32.15,46.87,23A65.33,65.33,0,0,0,57.24,12.37V.29Z" transform="translate(-6.63 -0.07)"/></svg>
|
After Width: | Height: | Size: 1.4 KiB |
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<link rel="icon" href="images/favicon.png">
|
||||
<link rel="icon" href="images/favicon.svg">
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" type="text/css" href="css/app.css" title="plain">
|
||||
<link rel="stylesheet" type="text/css" href="css/guac-custom.css" title="plain">
|
||||
|
@ -6,9 +6,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>OpenNebula Sunstone: Cloud Operations Center</title>
|
||||
|
||||
<!--[if IE]><link rel="shortcut icon" href="images/favicon.ico"><![endif]-->
|
||||
<!--[if IE]><link rel="shortcut icon" href="images/favicon.svg"><![endif]-->
|
||||
<link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon-precomposed.png">
|
||||
<link rel="icon" href="images/favicon.png">
|
||||
<link rel="icon" href="images/favicon.svg">
|
||||
|
||||
<% if session[:lang] %>
|
||||
<script src="locale/languages/<%= session[:lang] %>.js?v=<%= OpenNebula::VERSION %>" type="text/javascript"></script>
|
||||
|
@ -4,9 +4,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>OpenNebula Sunstone Login</title>
|
||||
<!--[if IE]><link rel="shortcut icon" href="images/favicon.ico"><![endif]-->
|
||||
<!--[if IE]><link rel="shortcut icon" href="images/favicon.svg"><![endif]-->
|
||||
<link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon-precomposed.png">
|
||||
<link rel="icon" href="images/favicon.png">
|
||||
<link rel="icon" href="images/favicon.svg">
|
||||
<% if $conf[:env] == 'dev' %>
|
||||
<link href="css/app.css?v=<%= OpenNebula::VERSION %>" media="screen, projector, print" rel="stylesheet" type="text/css"></link>
|
||||
<script src="bower_components/requirejs/require.js" data-main="app/login"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user