Skip to content

Commit

Permalink
feat: reports access for user via table control #861
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Nov 17, 2024
1 parent 5f955ec commit d08c6c1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
16 changes: 14 additions & 2 deletions client/dist/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@
"table.property-type-history": "History table",
"table.property-type-alarms": "Alarms table",
"table.property-type-alarms-history": "Alarms History table",
"table.property-type-reports": "Reports table",
"table.property-grid-color": "Grid color",
"table.property-cols": "Columns",
"table.property-rows": "Rows",
Expand Down Expand Up @@ -467,11 +468,21 @@

"table.alarms-title": "Table Alarms",
"table.alarms-history-title": "Table Alarms History",
"table.alarm-column": "Alarms Column",
"table.alarm-columns": "Alarms Columns",
"table.alarm-filter": "Alarms Filter",
"table.alarm-priority": "Priority",
"table.alarm-tags": "Tags",

"table.reports-title": "Table Reports",
"table.report-columns": "Reports Columns",
"table.report-view-name": "Name",
"table.report-view-ontime": "Created",
"table.report-view-download": "Download",
"table.report-view-delete": "Delete",
"table.report-filter": "Reports Filter",
"table.report-filter-name": "Name",
"table.report-filter-count": "Max.",

"editor.view-svg": "Canvas/SVG",
"editor.view-cards": "Multi views container",
"editor.views": "Views",
Expand Down Expand Up @@ -1515,5 +1526,6 @@
"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.script-name-exist": "Script name exist!",
"msg.view-name-exist": "View name exist!"
"msg.view-name-exist": "View name exist!",
"msg.file-remove": "Would you like to remove '{{value}}'?"
}
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.a6f21ea4855a3783.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.0c0c5e165c7d6799.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-2028",
"version": "1.2.1-2041",
"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-2028",
"version": "1.2.1-2041",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit d08c6c1

Please sign in to comment.