Skip to content

Commit

Permalink
Build for production
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Mar 31, 2024
1 parent f0d1ef1 commit 796539b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion client/dist/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1159,16 +1159,21 @@
"script.sys-fnc-enableDevice-params": "'Device name', true",
"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]'",
"script.sys-fnc-getTagId-params": "'Tag name', ",
"script.sys-fnc-getTagDaqSettings-text": "$getTagDaqSettings (TagID)",
"script.sys-fnc-getTagDaqSettings-tooltip": "System function to get Tag DAQ settings: $getTagDaqSettings (TagID as string)",
"script.sys-fnc-getTagDaqSettings-params": "'TagID'",
"script.sys-fnc-setTagDaqSettings-text": "$setTagDaqSettings (TagID, DaqSettings)",
"script.sys-fnc-setTagDaqSettings-tooltip": "System function to set Tag DAQ settings: $setTagDaqSettings (TagID as string, DaqSettings as object {restored: boolean, enabled: boolean, changed: boolean, interval: number, lastDaqSaved: number} )",
"script.sys-fnc-setTagDaqSettings-params": "'TagID', 'DaqSettings'",
"script.sys-fnc-invokeObject-text": "$invokeObject (Object name, Function name, [Parameter])",
"script.sys-fnc-invokeObject-tooltip": "System function to call Object function: $invokeObject (Object name as string, function name as string , [parameter])",
"script.sys-fnc-invokeObject-params": "'Object name', 'function name', ",

"script.template-chart-data-text": "Customized chart data",
"script.template-chart-data-tooltip": "Code template of customized chart data to return",
"script.template-invoke-chart-update-options-text": "Update Chart options",
"script.template-invoke-chart-update-options-tooltip": "Code template to update Chart options (Y-axis scale range). CLIENT mode only!",

"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.51d81f75b1815388.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.1a2901d1736607f4.js" type="module"></script>

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/dist/main.51d81f75b1815388.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.19-1493",
"version": "1.1.19-1500",
"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-1493",
"version": "1.1.19-1500",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 796539b

Please sign in to comment.