Skip to content

Commit

Permalink
Build for production
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Aug 27, 2021
1 parent 154d1bf commit 183c9a7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 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 @@ -22,6 +22,7 @@
"header.help-tutorial": "Tutorial",
"header.help-info": "About",
"header.info-version": "Version ",
"header.theme": "Theme light/dark",

"sidenav.title": "FUXA",

Expand Down
2 changes: 1 addition & 1 deletion client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
</div>
</div>
</app-root>
<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.287f7e5e4cd30d0a031d.js"></script><script type="text/javascript" src="scripts.b8e77019b9ff4d559277.js"></script><script type="text/javascript" src="main.64ebdb3deb9e3ef3c7e7.js"></script></body>
<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.287f7e5e4cd30d0a031d.js"></script><script type="text/javascript" src="scripts.b8e77019b9ff4d559277.js"></script><script type="text/javascript" src="main.8cc5f0fab54e621d5076.js"></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.1.01-461",
"version": "1.1.01-462",
"keywords": [],
"author": "frangoteam <[email protected]>",
"description": "Web-based Process Visualization (SCADA/HMI) software",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1 mat-dialog-title style="display:inline-block;cursor:move;" mat-dialog-dragga
<div class="my-form-field" style="margin-bottom: 10px;">
<span>{{'card.config-content-type' | translate}}</span>
<mat-select [(value)]="card.type" style="width: 320px;">
<mat-option *ngFor="let type of cardType | enumToArray" [value]="type.key">
<mat-option *ngFor="let type of cardType | enumToArray" [value]="type.key" [disabled]="type.key !== widgetView">
{{ type.value }}
</mat-option>
</mat-select>
Expand Down
1 change: 1 addition & 0 deletions client/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"header.help-tutorial": "Tutorial",
"header.help-info": "About",
"header.info-version": "Version ",
"header.theme": "Theme light/dark",

"sidenav.title": "FUXA",

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.01-461",
"version": "1.1.01-462",
"description": "Web-based Process Visualization (SCADA/HMI) software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 183c9a7

Please sign in to comment.