You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2014/11/01 21:58:41 UTC

git commit: AMBARI-7303. Manage Ambari and Dashboard should NOT open in named tabs. (onechiporenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 3f24cd34f -> 3ddf4f1c5


AMBARI-7303. Manage Ambari and Dashboard should NOT open in named tabs. (onechiporenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3ddf4f1c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3ddf4f1c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3ddf4f1c

Branch: refs/heads/branch-1.7.0
Commit: 3ddf4f1c56596de02b89533ec1d32bd99d813022
Parents: 3f24cd3
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Sat Nov 1 22:30:28 2014 +0200
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Sat Nov 1 22:58:21 2014 +0200

----------------------------------------------------------------------
 ambari-admin/src/main/resources/ui/admin-web/app/views/main.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3ddf4f1c/ambari-admin/src/main/resources/ui/admin-web/app/views/main.html
----------------------------------------------------------------------
diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/views/main.html b/ambari-admin/src/main/resources/ui/admin-web/app/views/main.html
index 019a929..c8fec8c 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/views/main.html
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/views/main.html
@@ -34,7 +34,7 @@
         </span>
         <span>
           <a ng-show="cluster.Clusters.provisioning_state != 'INSTALLED'" href class="btn btn-primary go-dashboard-button" ng-disabled="cluster.Clusters.provisioning_state != 'INSTALLED' ">Go to Dashboard</a>
-          <a ng-show="cluster.Clusters.provisioning_state == 'INSTALLED'" href="'/#/main/dashboard/metrics'" class="btn btn-primary go-dashboard-button" ng-disabled="cluster.Clusters.provisioning_state != 'INSTALLED' ">Go to Dashboard</a>
+          <a ng-show="cluster.Clusters.provisioning_state == 'INSTALLED'" href="/#/main/dashboard/metrics" class="btn btn-primary go-dashboard-button" ng-disabled="cluster.Clusters.provisioning_state != 'INSTALLED' ">Go to Dashboard</a>
         </span>
         </div>
       </div>