git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1448456 13f79535-47bb-0310-9956-ffa450edef68
@@ -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)
@@ -251,7 +251,7 @@ App.Router = Em.Router.extend({
if (App.alwaysGoToInstaller) {
return 'installer';
} else {
- return 'main';
+ return 'main.index';
}
App.clusterStatus.updateFromServer();