mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 09:35:38 -05:00
Add DMS service info dialog link to DMS name column in migration status (#15669)
* SQL Migrtation service status dialog * implement auth key refresh * fix method name typo
This commit is contained in:
@@ -32,6 +32,7 @@ export class IconPathHelper {
|
||||
public static info: IconPath;
|
||||
public static error: IconPath;
|
||||
public static completingCutover: IconPath;
|
||||
public static migrationService: IconPath;
|
||||
|
||||
public static setExtensionContext(context: vscode.ExtensionContext) {
|
||||
IconPathHelper.copy = {
|
||||
@@ -118,5 +119,9 @@ export class IconPathHelper {
|
||||
light: context.asAbsolutePath('images/completingCutover.svg'),
|
||||
dark: context.asAbsolutePath('images/completingCutover.svg')
|
||||
};
|
||||
IconPathHelper.migrationService = {
|
||||
light: context.asAbsolutePath('images/migrationService.svg'),
|
||||
dark: context.asAbsolutePath('images/migrationService.svg')
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user