revert the notebook background execution (#7984)

This commit is contained in:
Alan Ren
2019-10-24 13:46:40 -07:00
committed by GitHub
parent 696f6841cb
commit 684fb2566b
8 changed files with 12 additions and 718 deletions

View File

@@ -36,8 +36,7 @@ export class SummaryPage extends WizardPageBase<DeployClusterWizard> {
text: localize('resourceDeployment.NewAKSBrowserWindowPrompt', "A browser window for signing into Azure will be opened during the SQL Server Big Data Cluster deployment.")
};
}
this.wizard.saveConfigButton.hidden = false;
this.wizard.scriptToNotebookButton.hidden = false;
this.wizard.showCustomButtons();
this.formItems.forEach(item => {
this.form!.removeFormItem(item);
});
@@ -311,8 +310,7 @@ export class SummaryPage extends WizardPageBase<DeployClusterWizard> {
}
public onLeave() {
this.wizard.saveConfigButton.hidden = true;
this.wizard.scriptToNotebookButton.hidden = true;
this.wizard.hideCustomButtons();
this.wizard.wizardObject.message = { text: '' };
}