mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 17:22:42 -05:00
Target Page Changes (#14421)
* target page changes * remove SourceConfigurationPage * fix build errors * fixed build errors * passing selected Dbs on to migration state model * code cleanup * fix build errors
This commit is contained in:
@@ -4,8 +4,17 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
import * as azdata from 'azdata';
|
||||
import { AssessmentDialogComponent } from './model/assessmentDialogComponent';
|
||||
import { Issues } from './assessmentResultsDialog';
|
||||
|
||||
export class SqlDatabaseTree extends AssessmentDialogComponent {
|
||||
|
||||
// private _assessmentData: Map<string, Issues[]>;
|
||||
|
||||
constructor(assessmentData: Map<string, Issues[]>) {
|
||||
super();
|
||||
// this._assessmentData = assessmentData;
|
||||
}
|
||||
|
||||
async createComponent(view: azdata.ModelView): Promise<azdata.Component> {
|
||||
|
||||
return view.modelBuilder.divContainer().withItems([
|
||||
@@ -89,4 +98,5 @@ export class SqlDatabaseTree extends AssessmentDialogComponent {
|
||||
|
||||
return table.component();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user