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 <sunshineju...@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 <sunshineju...@gmail.com> Authored: Wed Jul 18 09:49:00 2018 +0800 Committer: Lionel Liu <bhlx3l...@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:d...@griffin.incubator.apache.org"><i class="fa fa-envelope fa-fw"></i> Contact us</a></li>