Skip to content

Commit

Permalink
Build for production
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Oct 30, 2024
1 parent de2ea45 commit c7fd12b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions client/dist/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@
"devices.export-json": "JSON",
"devices.export-csv": "CSV",
"devices.import": "Import devices",
"devices.import-template": "Import devices with template",
"device.property-client": "Device Property",
"device.property-server": "FUXA Server Property",
"device.property-name": "Name",
Expand Down Expand Up @@ -1136,6 +1137,7 @@
"alarm.action-popup": "Show Popup",
"alarm.action-onsetview": "Set View",
"alarm.action-onsetvalue": "Set Value",
"alarm.action-onRunScript": "Run Script",
"alarm.action-sendMsg": "Send Message",
"alarm.property-action-type": "Action type",
"alarm.property-action-value": "Value to set",
Expand Down
1 change: 1 addition & 0 deletions client/dist/assets/i18n/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@
"devices.export-json": "JSON",
"devices.export-csv": "CSV",
"devices.import": "导入设备",
"devices.import-template": "导入设备模板",
"device.property-client": "设备属性",
"device.property-server": "FUXA服务器属性",
"device.property-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.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.4a37383bf3662c04.js" type="module"></script>
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.f628d67548a393c3.js" type="module"></script>

</body></html>

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.2.1-1988",
"version": "1.2.1-1998",
"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.1-1988",
"version": "1.2.1-1998",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit c7fd12b

Please sign in to comment.