Resource deployment clean up (#14418)

This commit is contained in:
Charles Gagnon
2021-02-24 12:11:06 -08:00
committed by GitHub
parent 9d827869a1
commit 587ac45418
11 changed files with 43 additions and 38 deletions

View File

@@ -78,8 +78,6 @@ export class DeployClusterWizardModel extends ResourceTypeModel {
await this.scriptToNotebook();
}
onCancel(): void { }
constructor(public bdcProvider: BdcWizardDeploymentProvider, wizard: ResourceTypeWizard) {
super(bdcProvider, wizard);
this._kubeService = this.wizard._kubeService;