mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -05:00
remove the message on page enter (#9661)
This commit is contained in:
@@ -30,12 +30,6 @@ export class SummaryPage extends WizardPageBase<DeployClusterWizard> {
|
||||
}
|
||||
|
||||
public onEnter() {
|
||||
if (this.wizard.model.deploymentTarget === BdcDeploymentType.NewAKS) {
|
||||
this.wizard.wizardObject.message = {
|
||||
level: azdata.window.MessageLevel.Information,
|
||||
text: localize('resourceDeployment.NewAKSBrowserWindowPrompt', "A browser window for signing into Azure will be opened during the SQL Server Big Data Cluster deployment.")
|
||||
};
|
||||
}
|
||||
this.wizard.showCustomButtons();
|
||||
this.formItems.forEach(item => {
|
||||
this.form!.removeFormItem(item);
|
||||
|
||||
Reference in New Issue
Block a user