mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 17:23:56 -05:00
rename button and update dialog button width (#7369)
* rename button and update dialog button width * update padding to match portal
This commit is contained in:
@@ -47,7 +47,7 @@ export class DeployClusterWizard extends WizardBase<DeployClusterWizard, DeployC
|
||||
protected initialize(): void {
|
||||
this.setPages(this.getPages());
|
||||
this.wizardObject.generateScriptButton.hidden = true;
|
||||
this.wizardObject.doneButton.label = localize('deployCluster.openNotebook', 'Open Notebook');
|
||||
this.wizardObject.doneButton.label = localize('deployCluster.ScriptToNotebook', 'Script to Notebook');
|
||||
}
|
||||
|
||||
protected onCancel(): void {
|
||||
|
||||
Reference in New Issue
Block a user