Skip to content

Commit

Permalink
[fix] Fix the svg id for some flow svg
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Coutable <[email protected]>
  • Loading branch information
gcoutable committed Aug 30, 2024
1 parent 74b59b2 commit a4d96ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public class FlowViewBuilder {
public static final String RADAR_SVG_ID = "/flow-images/radar.svg";
public static final String SENSOR_SVG_ID = "/flow-images/sensor.svg";
public static final String FAN_SVG_ID = "/flow-images/fan.svg";
public static final String POWER_OUTPUT_SVG_ID = "/flow-images/power-output.svg";
public static final String POWER_INPUT_SVG_ID = "/flow-images/power-input.svg";
public static final String POWER_OUTPUT_SVG_ID = "/flow-images/power_output.svg";
public static final String POWER_INPUT_SVG_ID = "/flow-images/power_input.svg";
public static final String ENGINE_HIGH_SVG_ID = "/flow-images/chipset2_high.svg";
public static final String ENGINE_LOW_SVG_ID = "/flow-images/chipset2_low.svg";
public static final String ENGINE_OVER_SVG_ID = "/flow-images/chipset2_over.svg";
Expand Down

0 comments on commit a4d96ad

Please sign in to comment.