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 2019/01/02 16:04:55 UTC

[incubator-heron] branch master updated: typo (#3138)

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 67f0d7a  typo (#3138)
67f0d7a is described below

commit 67f0d7a2f819d05dc7147fab1bee29c78dea6abc
Author: se choi <th...@gmail.com>
AuthorDate: Thu Jan 3 01:04:49 2019 +0900

    typo (#3138)
    
    Fix typo in ui page.
---
 heron/tools/ui/resources/templates/application.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/heron/tools/ui/resources/templates/application.html b/heron/tools/ui/resources/templates/application.html
index 4c44a8e..2ae474b 100644
--- a/heron/tools/ui/resources/templates/application.html
+++ b/heron/tools/ui/resources/templates/application.html
@@ -23,7 +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" >
+    <link rel="shortcut icon" href="{{ static_url('img/logo54x54.png') }}" type="image/x-icon" >
     <script src="{{ static_url('js/html5-trunk.js') }}"></script>
 
     <!-- bootstrap css -->