Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
pankalog committed Jan 9, 2024
1 parent 3bc1dc2 commit a6d1ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openremote
Submodule openremote updated 31 files
+9 −14 .ci_cd/aws/cloudformation-create-ec2.yml
+1 −0 .github/workflows/provision-host.yml
+4 −2 manager/src/main/java/org/openremote/manager/syslog/SyslogService.java
+5 −2 manager/src/web/shared/locales/en/or.json
+5 −2 manager/src/web/shared/locales/nl/or.json
+2 −2 model/src/main/java/org/openremote/model/dashboard/DashboardWidget.java
+1 −1 model/src/main/resources/ValidationMessages.properties
+145 −123 ui/component/or-asset-tree/src/index.ts
+63 −10 ui/component/or-chart/src/index.ts
+4 −0 ui/component/or-dashboard-builder/src/index.ts
+4 −2 ui/component/or-dashboard-builder/src/or-dashboard-browser.ts
+1 −1 ui/component/or-dashboard-builder/src/or-dashboard-preview.ts
+12 −1 ui/component/or-dashboard-builder/src/or-dashboard-widgetcontainer.ts
+15 −3 ui/component/or-dashboard-builder/src/or-dashboard-widgetsettings.ts
+145 −75 ui/component/or-dashboard-builder/src/panels/assettypes-panel.ts
+27 −18 ui/component/or-dashboard-builder/src/panels/attributes-panel.ts
+80 −0 ui/component/or-dashboard-builder/src/settings/attribute-input-settings.ts
+2 −2 ui/component/or-dashboard-builder/src/settings/chart-settings.ts
+8 −1 ui/component/or-dashboard-builder/src/settings/gauge-settings.ts
+1 −1 ui/component/or-dashboard-builder/src/settings/image-settings.ts
+8 −1 ui/component/or-dashboard-builder/src/settings/kpi-settings.ts
+57 −24 ui/component/or-dashboard-builder/src/settings/map-settings.ts
+93 −0 ui/component/or-dashboard-builder/src/settings/table-settings.ts
+34 −12 ui/component/or-dashboard-builder/src/util/or-asset-widget.ts
+5 −0 ui/component/or-dashboard-builder/src/util/or-widget.ts
+11 −0 ui/component/or-dashboard-builder/src/util/widget-settings.ts
+144 −0 ui/component/or-dashboard-builder/src/widgets/attribute-input-widget.ts
+6 −4 ui/component/or-dashboard-builder/src/widgets/kpi-widget.ts
+156 −0 ui/component/or-dashboard-builder/src/widgets/table-widget.ts
+14 −4 ui/component/or-mwc-components/src/or-mwc-input.ts
+54 −18 ui/component/or-mwc-components/src/or-mwc-table.ts

0 comments on commit a6d1ad9

Please sign in to comment.