mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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() {
|
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.wizard.showCustomButtons();
|
||||||
this.formItems.forEach(item => {
|
this.formItems.forEach(item => {
|
||||||
this.form!.removeFormItem(item);
|
this.form!.removeFormItem(item);
|
||||||
|
|||||||
Reference in New Issue
Block a user