Added s7comm to historical flows / added details to historical

This commit is contained in:
Matteo Biscosi 2025-12-11 09:54:43 +01:00
parent 4ace03f3b4
commit d92c0db9e9
12 changed files with 72 additions and 8 deletions

View file

@ -1,31 +0,0 @@
{
"id": "s7comm_functions",
"data_url": "lua/pro/rest/v2/get/flow/s7comm/functions.lua",
"use_current_page": false,
"enable_search": true,
"paging": false,
"display_empty_rows": true,
"default_sort": {
"column_id": "num_uses",
"sort": 2
},
"columns": [
{
"title_i18n": "id",
"data_field": "s7comm_function",
"min-width": "80px",
"sortable": true,
"class": []
},
{
"title_i18n": "flow_details.num_uses",
"data_field": "num_uses",
"min-width": "80px",
"sortable": true,
"class": [
"text-nowrap",
"text-center"
]
}
]
}