mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
Adding support for sql vm and some target page UI fixes. (#14571)
* Added SQL VM dropdown Fixed the icons in cards * Added a better api for sql vms * Making some PR related changes 1. Using map instead of foreach
This commit is contained in:
@@ -150,7 +150,7 @@ export class IntergrationRuntimePage extends MigrationWizardPage {
|
||||
public async populateMigrationController(): Promise<void> {
|
||||
this.migrationControllerDropdown.loading = true;
|
||||
try {
|
||||
this.migrationControllerDropdown.values = await this.migrationStateModel.getMigrationControllerValues(this.migrationStateModel._targetSubscription, this.migrationStateModel._targetManagedInstance);
|
||||
this.migrationControllerDropdown.values = await this.migrationStateModel.getMigrationControllerValues(this.migrationStateModel._targetSubscription, this.migrationStateModel._targetServerInstance);
|
||||
if (this.migrationStateModel._migrationController) {
|
||||
this.migrationControllerDropdown.value = {
|
||||
name: this.migrationStateModel._migrationController.id,
|
||||
|
||||
Reference in New Issue
Block a user