You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by nw...@apache.org on 2018/12/19 16:56:18 UTC

[incubator-heron] branch master updated: Add favicon (#3128)

This is an automated email from the ASF dual-hosted git repository.

nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 015be50  Add favicon (#3128)
015be50 is described below

commit 015be50e9dac1b1dcfa121778208ae4581b83b2a
Author: se choi <th...@gmail.com>
AuthorDate: Thu Dec 20 01:56:13 2018 +0900

    Add favicon (#3128)
---
 heron/tools/ui/resources/templates/application.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/heron/tools/ui/resources/templates/application.html b/heron/tools/ui/resources/templates/application.html
index e8843d8..4c44a8e 100644
--- a/heron/tools/ui/resources/templates/application.html
+++ b/heron/tools/ui/resources/templates/application.html
@@ -23,6 +23,7 @@ under the License.
     <meta charset="utf-8">
     <title>Heron Admin</title>
     <meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
+    <link rel="shortcut icon" href="{{ static_url('img/logo54x54') }}" type="image/x-icon" >
     <script src="{{ static_url('js/html5-trunk.js') }}"></script>
 
     <!-- bootstrap css -->