You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2018/07/04 12:37:28 UTC

[ambari] branch trunk updated: AMBARI-24240 Admin View: Dashboard link leads to login page

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

atkach pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 32759cb  AMBARI-24240 Admin View: Dashboard link leads to login page
32759cb is described below

commit 32759cbedd7b1c50f638bb0e77d3467db04784a1
Author: Andrii Tkach <at...@apache.org>
AuthorDate: Wed Jul 4 12:25:01 2018 +0300

    AMBARI-24240 Admin View: Dashboard link leads to login page
---
 ambari-admin/src/main/resources/ui/admin-web/app/views/sideNav.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/views/sideNav.html b/ambari-admin/src/main/resources/ui/admin-web/app/views/sideNav.html
index 98a95cd..e273d41 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/views/sideNav.html
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/views/sideNav.html
@@ -34,7 +34,7 @@
     </ul>
     <ul class="nav side-nav-menu nav-pills nav-stacked">
       <li class="mainmenu-li active" ng-show="cluster.Clusters.provisioning_state === 'INSTALLED'">
-        <a title="{{'common.dashboard' | translate}}" rel="tooltip" data-placement="right" href="{{fromSiteRoot('/#/dashboard')}}" class="gotodashboard">
+        <a title="{{'common.dashboard' | translate}}" rel="tooltip" data-placement="right" href="{{fromSiteRoot('/#/main/dashboard')}}" class="gotodashboard">
           <i class="navigation-icon fa fa-tachometer" aria-hidden="true"></i>
           <span class="navigation-menu-item">{{'common.dashboard' | translate}}</span>
         </a>