Browse Source

UI: industrial vibration widgets implementation

pull/9754/head
rusikv 3 years ago
parent
commit
05ed33d0c0
  1. 12
      application/src/main/data/json/system/widget_bundles/industial_widgets.json
  2. 33
      application/src/main/data/json/system/widget_types/horizontal_pump_vibration_card.json
  3. 33
      application/src/main/data/json/system/widget_types/horizontal_pump_vibration_card_with_background.json
  4. 33
      application/src/main/data/json/system/widget_types/pump_vibration_card.json
  5. 33
      application/src/main/data/json/system/widget_types/pump_vibration_card_with_background.json
  6. 36
      application/src/main/data/json/system/widget_types/pump_vibration_chart_card.json
  7. 36
      application/src/main/data/json/system/widget_types/pump_vibration_chart_card_with_background.json
  8. 36
      application/src/main/data/json/system/widget_types/pump_vibration_range_chart.json
  9. 36
      application/src/main/data/json/system/widget_types/pump_vibration_range_chart_with_background.json
  10. 36
      application/src/main/data/json/system/widget_types/simple_pump_vibration_chart_card.json
  11. 36
      application/src/main/data/json/system/widget_types/simple_pump_vibration_chart_card_with_background.json

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

@ -47,6 +47,16 @@
"fluid_temperature_progress_bar_with_background",
"fluid_temperature_range_chart",
"fluid_temperature_range_chart_with_background",
"fluid_temperature_gauge"
"fluid_temperature_gauge",
"pump_vibration_card",
"pump_vibration_card_with_background",
"horizontal_pump_vibration_card",
"horizontal_pump_vibration_card_with_background",
"pump_vibration_chart_card",
"pump_vibration_chart_card_with_background",
"simple_pump_vibration_chart_card",
"simple_pump_vibration_chart_card_with_background",
"pump_vibration_range_chart",
"pump_vibration_range_chart_with_background"
]
}

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

36
application/src/main/data/json/system/widget_types/pump_vibration_chart_card.json

File diff suppressed because one or more lines are too long

36
application/src/main/data/json/system/widget_types/pump_vibration_chart_card_with_background.json

File diff suppressed because one or more lines are too long

36
application/src/main/data/json/system/widget_types/pump_vibration_range_chart.json

File diff suppressed because one or more lines are too long

36
application/src/main/data/json/system/widget_types/pump_vibration_range_chart_with_background.json

File diff suppressed because one or more lines are too long

36
application/src/main/data/json/system/widget_types/simple_pump_vibration_chart_card.json

File diff suppressed because one or more lines are too long

36
application/src/main/data/json/system/widget_types/simple_pump_vibration_chart_card_with_background.json

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