You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/07/18 01:49:04 UTC

incubator-griffin git commit: [GRIFFIN-183] add home page link under user setting

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 5cf2d822d -> 37a63b466


[GRIFFIN-183] add home page link under user setting

GRIFFIN-183 - add home page link under user setting

Author: Li, Juan <su...@gmail.com>

Closes #356 from icesmartjuan/addhomepageunderusersetting.


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/37a63b46
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/37a63b46
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/37a63b46

Branch: refs/heads/master
Commit: 37a63b466735a98a0ceb663b66a677c20c9255d5
Parents: 5cf2d82
Author: Li, Juan <su...@gmail.com>
Authored: Wed Jul 18 09:49:00 2018 +0800
Committer: Lionel Liu <bh...@163.com>
Committed: Wed Jul 18 09:49:00 2018 +0800

----------------------------------------------------------------------
 ui/angular/src/app/app.component.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/37a63b46/ui/angular/src/app/app.component.html
----------------------------------------------------------------------
diff --git a/ui/angular/src/app/app.component.html b/ui/angular/src/app/app.component.html
index d5b2951..84b6413 100644
--- a/ui/angular/src/app/app.component.html
+++ b/ui/angular/src/app/app.component.html
@@ -43,6 +43,7 @@ under the License.
               <li><a href="#!/undercons"><i class="fa fa-user fa-fw"></i> User Profile</a></li>
               <li><a href="#!/undercons"><i class="fa fa-gear fa-fw"></i> Settings</a></li>
               <li class="divider"></li>
+              <li><a href="https://griffin.incubator.apache.org/" target="_blank"><i class="fa fa-home fa-fw"></i> Home Page</a></li>
               <li><a href="https://github.com/apache/incubator-griffin/blob/master/griffin-doc/service/api-guide.md" target="_blank"><i class="fa fa-book fa-fw"></i> API DOCs</a></li>
               <li><a href="https://github.com/apache/incubator-griffin/blob/master/griffin-doc/ui/user-guide.md" target="_blank"><i class="fa fa-question-circle fa-fw"></i> User Guide</a></li>
               <li><a href="mailto:dev@griffin.incubator.apache.org"><i class="fa fa-envelope fa-fw"></i> Contact us</a></li>