mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
Bump azdataGraph version to 0.0.32 (#19954)
* Update azdataGraph version to 0.0.31 * Adds icons * Bumps azdataGraph version to 0.0.32 * Removes whitespace * Uses icon that better adapts to color theme changes. * Disables collapse for execution plans in plan comparison editor view
This commit is contained in:
@@ -257,6 +257,11 @@ export const badgeIconPaths = {
|
||||
criticalWarning: imageBasePath + 'badge_critical_warning.svg'
|
||||
};
|
||||
|
||||
export const collapseExpandNodeIconPaths = {
|
||||
collapse: imageBasePath + 'collapse.svg',
|
||||
expand: imageBasePath + 'expand.svg'
|
||||
};
|
||||
|
||||
export const savePlanIconClassNames = 'ep-save-plan-icon';
|
||||
export const openPropertiesIconClassNames = 'ep-open-properties-icon';
|
||||
export const openQueryIconClassNames = 'ep-open-query-icon';
|
||||
|
||||
Reference in New Issue
Block a user