Kaynağa Gözat

AMBARI-2038. Services links on Dashboard connected to incorrect pages. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1478107 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 yıl önce
ebeveyn
işleme
38eff2c087
2 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 3 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/routes/main.js

+ 3 - 0
CHANGES.txt

@@ -818,6 +818,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-2038. Services links on Dashboard connected to incorrect pages.
+ (yusaku)
+
  AMBARI-2059. Add dependency for Nagios server on Hive Client install. (swagle)
 
  AMBARI-2044. hive-site.xml permission denied exception. (swagle)

+ 1 - 1
ambari-web/app/routes/main.js

@@ -853,7 +853,7 @@ module.exports = Em.Route.extend({
   reassignMaster: require('routes/reassign_master_routes'),
 
 
-  selectService: Em.Route.transitionTo('services.service'),
+  selectService: Em.Route.transitionTo('services.service.summary'),
   selectHost: function (router, event) {
     router.get('mainHostDetailsController').setBack(false);
     router.transitionTo('hosts.hostDetails.index', event.context);