mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Changed the order of pages in import model wizard based on the new design (#11579)
This commit is contained in:
@@ -46,7 +46,7 @@ export class ImportModelWizard extends ModelViewBase {
|
|||||||
this.modelImportTargetPage = new ModelImportLocationPage(this._apiWrapper, this);
|
this.modelImportTargetPage = new ModelImportLocationPage(this._apiWrapper, this);
|
||||||
this.wizardView = new WizardView(this._apiWrapper);
|
this.wizardView = new WizardView(this._apiWrapper);
|
||||||
|
|
||||||
let wizard = this.wizardView.createWizard(constants.registerModelTitle, [this.modelImportTargetPage, this.modelSourcePage, this.modelBrowsePage, this.modelDetailsPage]);
|
let wizard = this.wizardView.createWizard(constants.registerModelTitle, [this.modelSourcePage, this.modelBrowsePage, this.modelDetailsPage, this.modelImportTargetPage]);
|
||||||
|
|
||||||
this.mainViewPanel = wizard;
|
this.mainViewPanel = wizard;
|
||||||
wizard.doneButton.label = constants.azureRegisterModel;
|
wizard.doneButton.label = constants.azureRegisterModel;
|
||||||
|
|||||||
Reference in New Issue
Block a user