mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 17:23:29 -05:00
Junierch/mi tde (#21573)
* WIP * wip tde wizard * wip for merge w master * wip * wip share * tde wizard * PR reviews updates * PR review updates * PR updates * PR review updates * PR reviews updates * Bump STS to 4.4.0.22 * PR reviews updates * fix localize build issue * fix build issue with localize * remove unused function * Windows only flag. Bug Bash fixes * Use azdata with latest STS changes * revert azdata, other PR comments * sts and extesion version upgraded. logins back
This commit is contained in:
@@ -79,7 +79,13 @@ export class WizardController {
|
||||
validateButton.secondary = false;
|
||||
validateButton.hidden = true;
|
||||
|
||||
this._wizardObject.customButtons = [validateButton, saveAndCloseButton];
|
||||
const tdeMigrateButton = azdata.window.createButton(
|
||||
loc.TDE_MIGRATE_BUTTON,
|
||||
'left');
|
||||
tdeMigrateButton.secondary = false;
|
||||
tdeMigrateButton.hidden = true;
|
||||
|
||||
this._wizardObject.customButtons = [validateButton, tdeMigrateButton, saveAndCloseButton];
|
||||
const databaseSelectorPage = new DatabaseSelectorPage(this._wizardObject, stateModel);
|
||||
const skuRecommendationPage = new SKURecommendationPage(this._wizardObject, stateModel);
|
||||
const targetSelectionPage = new TargetSelectionPage(this._wizardObject, stateModel);
|
||||
|
||||
Reference in New Issue
Block a user