Browse Source

UI: industrial temperature widgets implementation

pull/9745/head
rusikv 3 years ago
parent
commit
90cd29121a
  1. 15
      application/src/main/data/json/system/widget_bundles/industial_widgets.json
  2. 32
      application/src/main/data/json/system/widget_types/fluid_temperature_card.json
  3. 32
      application/src/main/data/json/system/widget_types/fluid_temperature_card_with_background.json
  4. 35
      application/src/main/data/json/system/widget_types/fluid_temperature_chart_card.json
  5. 35
      application/src/main/data/json/system/widget_types/fluid_temperature_chart_card_with_background.json
  6. 33
      application/src/main/data/json/system/widget_types/fluid_temperature_gauge.json
  7. 32
      application/src/main/data/json/system/widget_types/fluid_temperature_progress_bar.json
  8. 32
      application/src/main/data/json/system/widget_types/fluid_temperature_progress_bar_with_background.json
  9. 35
      application/src/main/data/json/system/widget_types/fluid_temperature_range_chart.json
  10. 35
      application/src/main/data/json/system/widget_types/fluid_temperature_range_chart_with_background.json
  11. 32
      application/src/main/data/json/system/widget_types/horizontal_fluid_temperature_card.json
  12. 32
      application/src/main/data/json/system/widget_types/horizontal_fluid_temperature_card_with_background.json
  13. 35
      application/src/main/data/json/system/widget_types/simple_fluid_temperature_chart_card.json
  14. 35
      application/src/main/data/json/system/widget_types/simple_fluid_temperature_chart_card_with_background.json

15
application/src/main/data/json/system/widget_bundles/industial_widgets.json

@ -34,6 +34,19 @@
"fluid_pressure_progress_bar_with_background",
"fluid_pressure_range_chart",
"fluid_pressure_range_chart_with_background",
"fluid_pressure_gauge"
"fluid_pressure_gauge",
"fluid_temperature_card",
"fluid_temperature_card_with_background",
"horizontal_fluid_temperature_card",
"horizontal_fluid_temperature_card_with_background",
"fluid_temperature_chart_card",
"fluid_temperature_chart_card_with_background",
"simple_fluid_temperature_chart_card",
"simple_fluid_temperature_chart_card_with_background",
"fluid_temperature_progress_bar",
"fluid_temperature_progress_bar_with_background",
"fluid_temperature_range_chart",
"fluid_temperature_range_chart_with_background",
"fluid_temperature_gauge"
]
}

32
application/src/main/data/json/system/widget_types/fluid_temperature_card.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/fluid_temperature_card_with_background.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/fluid_temperature_chart_card.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/fluid_temperature_chart_card_with_background.json

File diff suppressed because one or more lines are too long

33
application/src/main/data/json/system/widget_types/fluid_temperature_gauge.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/fluid_temperature_progress_bar.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/fluid_temperature_progress_bar_with_background.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/fluid_temperature_range_chart.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/fluid_temperature_range_chart_with_background.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/horizontal_fluid_temperature_card.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/horizontal_fluid_temperature_card_with_background.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/simple_fluid_temperature_chart_card.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/simple_fluid_temperature_chart_card_with_background.json

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save