Skip to content

Commit

Permalink
Build for production
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Feb 16, 2024
1 parent 45a743f commit 83ca9fd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions client/dist/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@
"panel.property-data": "Data",
"panel.property-view-name": "View name",
"panel.property-name": "Name",
"panel.property-scalemode": "Scale mode",
"panel.property-scalemode-none": "None",
"panel.property-scalemode-contain": "Contain",
"panel.property-scalemode-stretch": "Stretch",

"table.property-title": "Data Table settings",
"table.property-data": "Data",
Expand Down Expand Up @@ -1143,9 +1147,9 @@
"script.sys-fnc-enableDevice-text": "$enableDevice (Device name, enable True/False)",
"script.sys-fnc-enableDevice-tooltip": "System function to enable Device connection: $enableDevice (Device name as string, enable as boolean)",
"script.sys-fnc-enableDevice-params": "'Device name', true",
"script.sys-fnc-getTagId-text": "$getTagId (Tag name)",
"script.sys-fnc-getTagId-tooltip": "System function to get Tag ID: $getTagId (Tag name as string)",
"script.sys-fnc-getTagId-params": "'Tag name'",
"script.sys-fnc-getTagId-text": "$getTagId (Tag name, [Device name])",
"script.sys-fnc-getTagId-tooltip": "System function to get Tag ID: $getTagId (Tag name as string, [Optional Device name as string])",
"script.sys-fnc-getTagId-params": "'Tag name', '[Device name]'",

"reports.list-title": "Reports settings",
"reports.list-name": "Name",
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.b6420c484e4e3d0e.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.62c76fa182af4b4d.js" type="module"></script>

</body></html>
1 change: 1 addition & 0 deletions client/dist/main.62c76fa182af4b4d.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/dist/main.b6420c484e4e3d0e.js

This file was deleted.

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.18-1423",
"version": "1.1.18-1427",
"keywords": [],
"author": "frangoteam <[email protected]>",
"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.18-1423",
"version": "1.1.18-1427",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 83ca9fd

Please sign in to comment.