ato-water-lib 0.0.108 → 0.0.109
Sign up to get free protection for your applications and to get access to all the features.
@@ -1675,12 +1675,12 @@ class AtoGojsEditorModel {
|
|
1675
1675
|
},
|
1676
1676
|
[ENUM_TEMPLATES.IMMERSED_UF_WATER_TREATMENTS]: {
|
1677
1677
|
name: ENUM_TEMPLATES.IMMERSED_UF_WATER_TREATMENTS,
|
1678
|
-
icon: `${AtoGojsEditorModel.ICON_ASSET_PATH}/
|
1678
|
+
icon: `${AtoGojsEditorModel.ICON_ASSET_PATH}/immersed_uf.svg`,
|
1679
1679
|
systemType: ENUM_TYPES.IMMERSED_UF_WATER_TREATMENTS,
|
1680
1680
|
},
|
1681
1681
|
[ENUM_TEMPLATES.PRESSURIZED_UF_WATER_TREATMENTS]: {
|
1682
1682
|
name: ENUM_TEMPLATES.PRESSURIZED_UF_WATER_TREATMENTS,
|
1683
|
-
icon: `${AtoGojsEditorModel.ICON_ASSET_PATH}/
|
1683
|
+
icon: `${AtoGojsEditorModel.ICON_ASSET_PATH}/pressurized_uf.svg`,
|
1684
1684
|
systemType: ENUM_TYPES.PRESSURIZED_UF_WATER_TREATMENTS,
|
1685
1685
|
},
|
1686
1686
|
[ENUM_TEMPLATES.DEMIN_WATER_TREATMENT]: {
|