You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/05/01 19:41:34 UTC

svn commit: r1478107 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/routes/main.js

Author: yusaku
Date: Wed May  1 17:41:33 2013
New Revision: 1478107

URL: http://svn.apache.org/r1478107
Log:
AMBARI-2038. Services links on Dashboard connected to incorrect pages. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/routes/main.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1478107&r1=1478106&r2=1478107&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed May  1 17:41:33 2013
@@ -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)

Modified: incubator/ambari/trunk/ambari-web/app/routes/main.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/routes/main.js?rev=1478107&r1=1478106&r2=1478107&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/routes/main.js (original)
+++ incubator/ambari/trunk/ambari-web/app/routes/main.js Wed May  1 17:41:33 2013
@@ -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);