mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Added modbus flow details page and modbus info into assets
This commit is contained in:
parent
77c24ce536
commit
0e9fb8e5e7
18 changed files with 2189 additions and 1885 deletions
31
httpdocs/tables_config/modbus_function_codes.json
Normal file
31
httpdocs/tables_config/modbus_function_codes.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"id": "modbus_function_codes",
|
||||
"data_url": "lua/pro/rest/v2/get/flow/modbus/function_codes.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": "flow_details.modbus_function",
|
||||
"data_field": "modbus_function_code",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue