You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2014/02/26 16:58:22 UTC

git commit: AMBARI-4846 UI is broken after browser tab closed on step "Manual commands" of Move Master Wizard. (atkach)

Repository: ambari
Updated Branches:
  refs/heads/trunk 682e55d04 -> 43077b30d


AMBARI-4846 UI is broken after browser tab closed on step "Manual commands" of Move Master Wizard. (atkach)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/43077b30
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/43077b30
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/43077b30

Branch: refs/heads/trunk
Commit: 43077b30d915f02dc09d49d5c7441b0124714908
Parents: 682e55d
Author: atkach <at...@hortonworks.com>
Authored: Wed Feb 26 17:56:36 2014 +0200
Committer: atkach <at...@hortonworks.com>
Committed: Wed Feb 26 17:56:36 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/router.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/43077b30/ambari-web/app/router.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/router.js b/ambari-web/app/router.js
index efe6f3f..a434035 100644
--- a/ambari-web/app/router.js
+++ b/ambari-web/app/router.js
@@ -291,7 +291,7 @@ App.Router = Em.Router.extend({
       return 'main.stackUpgrade';
     } else if (clusterStatusOnServer && clusterStatusOnServer.wizardControllerName === App.router.get('reassignMasterController.name')) {
       // if wizardControllerName == "reassignMasterController", then it means someone closed the browser or the browser was crashed when we were last in Reassign Master wizard
-      return 'main.services.reassign';
+      return 'main.reassign';
     } else if (clusterStatusOnServer && clusterStatusOnServer.wizardControllerName === App.router.get('highAvailabilityWizardController.name')) {
       // if wizardControllerName == "highAvailabilityWizardController", then it means someone closed the browser or the browser was crashed when we were last in NameNode High Availability wizard
       return 'main.admin.enableHighAvailability';