mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add SQL MIAA Upgrade Management tab (#19238)
* Added sql upgrade management page and fixed icon for dc and sql upgrade * Added logic for figuring out MIAA version, loading proper entries for table. * Added PR comment changes Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -35,6 +35,7 @@ export class IconPathHelper {
|
||||
public static properties: IconPath;
|
||||
public static networking: IconPath;
|
||||
public static pitr: IconPath;
|
||||
public static upgrade: IconPath;
|
||||
public static refresh: IconPath;
|
||||
public static reset: IconPath;
|
||||
public static support: IconPath;
|
||||
@@ -160,6 +161,10 @@ export class IconPathHelper {
|
||||
light: context.asAbsolutePath('images/pitr.svg'),
|
||||
dark: context.asAbsolutePath('images/pitr.svg'),
|
||||
};
|
||||
IconPathHelper.upgrade = {
|
||||
light: context.asAbsolutePath('images/upgrade.svg'),
|
||||
dark: context.asAbsolutePath('images/upgrade.svg'),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user