|
@@ -39,7 +39,6 @@ App.Router = Em.Router.extend({
|
|
this.get('addHostController').clear();
|
|
this.get('addHostController').clear();
|
|
this.get('addServiceController').clear();
|
|
this.get('addServiceController').clear();
|
|
this.get('stackUpgradeController').clear();
|
|
this.get('stackUpgradeController').clear();
|
|
- this.get('reassignMasterController').clear();
|
|
|
|
for (i = 1; i < 11; i++) {
|
|
for (i = 1; i < 11; i++) {
|
|
this.set('wizardStep' + i + 'Controller.hasSubmitted', false);
|
|
this.set('wizardStep' + i + 'Controller.hasSubmitted', false);
|
|
this.set('wizardStep' + i + 'Controller.isDisabled', true);
|
|
this.set('wizardStep' + i + 'Controller.isDisabled', true);
|