Repository: ambari Updated Branches: refs/heads/branch-2.1 6f3519aa6 -> b3ef3536c
AMBARI-13631. cannot go back to ambari dashboard once on the admin view Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b3ef3536 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b3ef3536 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b3ef3536 Branch: refs/heads/branch-2.1 Commit: b3ef3536ca901895ef621a9ad9f13e5ab39c78d5 Parents: 6f3519a Author: Alex Antonenko <[email protected]> Authored: Thu Oct 29 16:45:55 2015 +0200 Committer: Alex Antonenko <[email protected]> Committed: Thu Oct 29 16:46:08 2015 +0200 ---------------------------------------------------------------------- ambari-admin/src/main/resources/ui/admin-web/app/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b3ef3536/ambari-admin/src/main/resources/ui/admin-web/app/index.html ---------------------------------------------------------------------- diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/index.html b/ambari-admin/src/main/resources/ui/admin-web/app/index.html index 2cbe010..fe049ac 100644 --- a/ambari-admin/src/main/resources/ui/admin-web/app/index.html +++ b/ambari-admin/src/main/resources/ui/admin-web/app/index.html @@ -48,8 +48,8 @@ <header class="navbar navbar-static-top navbar-inverse"> <div class="navbar-inner"> <div class="container"> - <a href="#/" class="logo"><img src="/img/logo-white.png" alt="Apache Ambari" title="Apache Ambari"></a> - <a href="#/" class="brand" title="Apache Ambari">Ambari</a> + <a href="/#/main/dashboard" class="logo"><img src="/img/logo-white.png" alt="Apache Ambari" title="Apache Ambari"></a> + <a href="/#/main/dashboard" class="brand" title="Apache Ambari">Ambari</a> <ul class="nav navbar-nav navbar-right"> <li> <div class="btn-group navbar-views-dropdown" dropdown is-open="viewsdropdown.isopen" ng-mouseover="viewsdropdown.isopen=true" ng-mouseout="viewsdropdown.isopen=false">
