Skip to content

Commit

Permalink
feat: placeholder for event ViewToPanel #1109 #923
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed May 7, 2024
1 parent 381b3ad commit ef3ac22
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions client/dist/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@
"gauges.property-event-type": "Type",
"gauges.property-event-action": "Action",
"gauges.property-event-destination": "Destination",
"gauges.property-event-destination-panel": "Panel",
"gauges.property-event-destination-hide-close": "Hide Close",
"gauges.property-event-single-card": "Single Card",
"gauges.property-event-value": "Value",
Expand Down
2 changes: 1 addition & 1 deletion client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
</div>
</div>
</app-root>
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.2696a6f9dc75535e.js" type="module"></script><script src="scripts.1c3385254ff4c93c.js" defer></script><script src="main.1c359d73932872f3.js" type="module"></script>
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.2696a6f9dc75535e.js" type="module"></script><script src="scripts.1c3385254ff4c93c.js" defer></script><script src="main.69729293c76d5d96.js" type="module"></script>

</body></html>
1 change: 0 additions & 1 deletion client/dist/main.1c359d73932872f3.js

This file was deleted.

1 change: 1 addition & 0 deletions client/dist/main.69729293c76d5d96.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuxa",
"version": "1.1.19-1588",
"version": "1.1.19-1592",
"keywords": [],
"author": "frangoteam <4frango@gmail.com>",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuxa-server",
"version": "1.1.19-1588",
"version": "1.1.19-1592",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit ef3ac22

Please sign in to comment.