Explorar o código

AMBARI-1455. Setting App.testMode=true, alwaysGoToInstaller=true does not render the Dashboard properly upon login. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1448456 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako %!s(int64=12) %!d(string=hai) anos
pai
achega
b61f3d68b5
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 3 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/router.js

+ 3 - 0
CHANGES.txt

@@ -315,6 +315,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1455. Setting App.testMode=true, alwaysGoToInstaller=true does not
+ render the Dashboard properly upon login. (yusaku)
+
  AMBARI-1452. Graphs look broken when network connectivity is lost between
  Ambari Web and Ambari Server. (yusaku)
 

+ 1 - 1
ambari-web/app/router.js

@@ -251,7 +251,7 @@ App.Router = Em.Router.extend({
       if (App.alwaysGoToInstaller) {
         return 'installer';
       } else {
-        return 'main';
+        return 'main.index';
       }
     }
     App.clusterStatus.updateFromServer();