mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 01:25:39 -05:00
Changing plan comparison properties table logic and icons (#19700)
* Changing plan comparison logic and icons * Removing empty class ref
This commit is contained in:
@@ -280,10 +280,8 @@ export const splitScreenVerticallyIconClassName = 'ep-split-screen-vertically-ic
|
||||
export const resetZoomIconClassName = 'ep-reset-zoom-icon';
|
||||
export const executionPlanCompareIconClassName = 'ep-plan-compare-icon';
|
||||
export const executionPlanComparisonPropertiesDifferent = 'ep-properties-different';
|
||||
export const executionPlanComparisonPropertiesRedDownArrow = 'ep-properties-red-down-arrow';
|
||||
export const executionPlanComparisonPropertiesGreenDownArrow = 'ep-properties-green-down-arrow';
|
||||
export const executionPlanComparisonPropertiesRedUpArrow = 'ep-properties-red-up-arrow';
|
||||
export const executionPlanComparisonPropertiesGreenUpArrow = 'ep-properties-green-up-arrow';
|
||||
export const executionPlanComparisonPropertiesDownArrow = 'ep-properties-down-arrow';
|
||||
export const executionPlanComparisonPropertiesUpArrow = 'ep-properties-up-arrow';
|
||||
|
||||
/**
|
||||
* Plan comparison polygon border colors
|
||||
|
||||
Reference in New Issue
Block a user