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:
Lewis Sanchez
2022-07-11 21:26:34 -07:00
committed by GitHub
parent 53a0388858
commit e25a9574a7
11 changed files with 29 additions and 14 deletions

View File

@@ -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';