|
@@ -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
|
|
});
|
|
});
|