Browse Source

Merge pull request #11532 from ArtemDzhereleiko/AD/scada/water-level

Water meter SCADA symbols
pull/11587/head
Igor Kulikov 2 years ago
committed by GitHub
parent
commit
9e8ca44d44
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 679
      application/src/main/data/json/system/scada_symbols/left-analog-water-level-meter.svg
  2. 679
      application/src/main/data/json/system/scada_symbols/right-analog-water-level-meter.svg
  3. 2
      application/src/main/data/json/system/widget_bundles/scada_water_system_symbols.json
  4. 6
      ui-ngx/src/assets/locale/locale.constant-en_US.json

679
application/src/main/data/json/system/scada_symbols/left-analog-water-level-meter.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 55 KiB

679
application/src/main/data/json/system/scada_symbols/right-analog-water-level-meter.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 55 KiB

2
application/src/main/data/json/system/widget_bundles/scada_water_system_symbols.json

@ -34,6 +34,8 @@
"left_flow_meter",
"horizontal_inline_flow_meter",
"vertical_inline_flow_meter",
"left_analog_water_level_meter",
"right_analog_water_level_meter",
"leak_sensor",
"centrifugal_pump",
"small_right_motor_pump",

6
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -3885,7 +3885,11 @@
"label-color": "Label color",
"water-leak-hint": "Indicates whether a leak.",
"default-color": "Default color",
"leak-color": "Leak color"
"leak-color": "Leak color",
"full-value": "Full value",
"full-value-hint": "Double value indicating full value.",
"label": "Label",
"icon": "Icon"
}
},
"item": {

Loading…
Cancel
Save