mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -05:00
Add new wizard for login migrations experience (#21317)
This commit is contained in:
@@ -143,6 +143,7 @@ export class MigrationsListTab extends TabBase<MigrationsListTab> {
|
||||
}).component();
|
||||
|
||||
toolbar.addToolbarItems([
|
||||
// <azdata.ToolbarComponent>{ component: this.createNewLoginMigrationButton(), toolbarSeparatorAfter: true },
|
||||
<azdata.ToolbarComponent>{ component: this.createNewMigrationButton(), toolbarSeparatorAfter: true },
|
||||
<azdata.ToolbarComponent>{ component: this.createNewSupportRequestButton() },
|
||||
<azdata.ToolbarComponent>{ component: this.createFeedbackButton(), toolbarSeparatorAfter: true },
|
||||
|
||||
Reference in New Issue
Block a user