Browse Source

UI: industrial pressure widgets implemetation

pull/9731/head
rusikv 3 years ago
parent
commit
7bd4ca3c84
  1. 15
      application/src/main/data/json/system/widget_bundles/industial_widgets.json
  2. 34
      application/src/main/data/json/system/widget_types/fluid_pressure_card.json
  3. 34
      application/src/main/data/json/system/widget_types/fluid_pressure_card_with_background.json
  4. 37
      application/src/main/data/json/system/widget_types/fluid_pressure_chart_card.json
  5. 37
      application/src/main/data/json/system/widget_types/fluid_pressure_chart_card_with_background.json
  6. 35
      application/src/main/data/json/system/widget_types/fluid_pressure_gauge.json
  7. 34
      application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar.json
  8. 34
      application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar_with_background.json
  9. 37
      application/src/main/data/json/system/widget_types/fluid_pressure_range_chart.json
  10. 37
      application/src/main/data/json/system/widget_types/fluid_pressure_range_chart_with_background.json
  11. 34
      application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card.json
  12. 34
      application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card_with_background.json
  13. 37
      application/src/main/data/json/system/widget_types/simple_fluid_pressure_chart_card.json
  14. 37
      application/src/main/data/json/system/widget_types/simple_fluid_pressure_chart_card_with_background.json

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

@ -21,6 +21,19 @@
"flow_rate_progress_bar_with_background",
"flow_rate_range_chart",
"flow_rate_range_chart_with_background",
"flow_rate_gauge"
"flow_rate_gauge",
"fluid_pressure_card",
"fluid_pressure_card_with_background",
"horizontal_fluid_pressure_card",
"horizontal_fluid_pressure_card_with_background",
"fluid_pressure_chart_card",
"fluid_pressure_chart_card_with_background",
"simple_fluid_pressure_chart_card",
"simple_fluid_pressure_chart_card_with_background",
"fluid_pressure_progress_bar",
"fluid_pressure_progress_bar_with_background",
"fluid_pressure_range_chart",
"fluid_pressure_range_chart_with_background",
"fluid_pressure_gauge"
]
}

34
application/src/main/data/json/system/widget_types/fluid_pressure_card.json

File diff suppressed because one or more lines are too long

34
application/src/main/data/json/system/widget_types/fluid_pressure_card_with_background.json

File diff suppressed because one or more lines are too long

37
application/src/main/data/json/system/widget_types/fluid_pressure_chart_card.json

File diff suppressed because one or more lines are too long

37
application/src/main/data/json/system/widget_types/fluid_pressure_chart_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_pressure_gauge.json

File diff suppressed because one or more lines are too long

34
application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar.json

File diff suppressed because one or more lines are too long

34
application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar_with_background.json

File diff suppressed because one or more lines are too long

37
application/src/main/data/json/system/widget_types/fluid_pressure_range_chart.json

File diff suppressed because one or more lines are too long

37
application/src/main/data/json/system/widget_types/fluid_pressure_range_chart_with_background.json

File diff suppressed because one or more lines are too long

34
application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card.json

File diff suppressed because one or more lines are too long

34
application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card_with_background.json

File diff suppressed because one or more lines are too long

37
application/src/main/data/json/system/widget_types/simple_fluid_pressure_chart_card.json

File diff suppressed because one or more lines are too long

37
application/src/main/data/json/system/widget_types/simple_fluid_pressure_chart_card_with_background.json

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