Browse Source

AMBARI-3939. Reassign Master Wizard keeps popping up on login. (akovalenko)

Aleksandr Kovalenko 11 years ago
parent
commit
aad6b98247
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/controllers/main/service/reassign_controller.js

+ 1 - 0
ambari-web/app/controllers/main/service/reassign_controller.js

@@ -105,6 +105,7 @@ App.ReassignMasterController = App.WizardController.extend({
     this.saveSecurityEnabled(result);
     this.saveSecurityEnabled(result);
     App.clusterStatus.setClusterStatus({
     App.clusterStatus.setClusterStatus({
       clusterName: this.get('content.cluster.name'),
       clusterName: this.get('content.cluster.name'),
+      clusterState: 'DEFAULT',
       wizardControllerName: 'reassignMasterController',
       wizardControllerName: 'reassignMasterController',
       localdb: App.db.data
       localdb: App.db.data
     });
     });