Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 f7e85204b -> 8aefc79ec


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/8aefc79e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8aefc79e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8aefc79e

Branch: refs/heads/branch-1.7.0
Commit: 8aefc79ec78d2e6f4faeba17333705f83d0c53e8
Parents: f7e8520
Author: Oleg Nechiporenko <onechipore...@apache.org>
Authored: Fri Oct 24 17:28:21 2014 +0300
Committer: Oleg Nechiporenko <onechipore...@apache.org>
Committed: Fri Oct 24 18:03:06 2014 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/8aefc79e/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 3b96b4c..019a929 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
@@ -33,8 +33,8 @@
           <a ng-show="cluster.Clusters.provisioning_state == 'INSTALLED'" 
href="#/clusters/{{cluster.Clusters.cluster_name}}/manageAccess" class="btn 
btn-primary permission-button" ng-disabled="cluster.Clusters.provisioning_state 
!= 'INSTALLED' ">Manage Permissions</a>
         </span>
         <span>
-          <a ng-show="cluster.Clusters.provisioning_state != 'INSTALLED'" href 
class="btn btn-primary go-dashboard-button" 
target="{{cluster.Clusters.cluster_name}}" 
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" 
target="{{cluster.Clusters.cluster_name}}" 
ng-disabled="cluster.Clusters.provisioning_state != 'INSTALLED' ">Go to 
Dashboard</a>
+          <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>
         </span>
         </div>
       </div>

Reply via email to