Skip to content

Commit

Permalink
Build for production
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Jun 16, 2024
1 parent cc163d3 commit 18825a4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
13 changes: 10 additions & 3 deletions client/dist/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"dlg.docproperty-type": "View type",
"dlg.item-title": "Name",
"dlg.item-name": "Name",
"dlg.item-req-name": "Name (No spaced or numbers allowed)",
"dlg.item-req-name": "Function name (No spaced or numbers allowed)",
"dlg.item-name-error": "Name exist!",
"dlg.parameter-title": "Parameter",

Expand Down Expand Up @@ -689,6 +689,7 @@
"shapes.event-setvalue-remove": "decrease",
"shapes.event-onmonitor": "Monitor",
"shapes.event-onViewToPanel": "Set View to Panel",
"shapes.event-onLoad": "OnLoad",

"pipe.property-props": "Property",
"pipe.property-border-width": "Border width",
Expand Down Expand Up @@ -1131,9 +1132,13 @@
"script.permission-label": "(void = full for everyone)",
"script.permission-enabled": "Enabled",

"script.create-title": "Create script",

"script.mode": "Execute mode",
"script.mode-title": "Execute mode",
"script.mode-label": "(Default: Server)",
"script.mode-label": "Execute mode",
"script.mode-CLIENT": "Client (Execute in browser)",
"script.mode-SERVER": "Server (Execute in server)",

"script.property-title": "Script",
"script.property-systems": "System functions",
Expand All @@ -1144,6 +1149,7 @@
"script.property-test-tag": "Set Tag",
"script.property-test-run": "Run TEST",
"script.property-editname": "Edit Script name",
"script.property-name": "Name",
"script.property-addfnc-param": "Add Script parameter",
"script.param-title": "Script parameter",
"script.param-name": "Name",
Expand Down Expand Up @@ -1444,5 +1450,6 @@
"msg.report-build-forced": "Send to build Report successful",
"msg.report-build-error": "Send to build Report failed!",
"msg.device-tags-request-result": "Load {{value}} of {{current}}",
"msg.chart-with-script": "The defined script receives the list of chart lines as a parameter and then returns the completed list with the data. Code sample in script 'Templates'"
"msg.chart-with-script": "The defined script receives the list of chart lines as a parameter and then returns the completed list with the data. Code sample in script 'Templates'",
"msg.script-name-exist": "Script name exist!"
}
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.ee4c8fb425c0c5da.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.e14192fdef724db1.js" type="module"></script>

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/dist/main.ee4c8fb425c0c5da.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.2.0-1662",
"version": "1.2.0-1670",
"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.2.0-1662",
"version": "1.2.0-1670",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 18825a4

Please sign in to comment.