mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 06:59:33 +00:00
31 lines
No EOL
593 B
JSON
31 lines
No EOL
593 B
JSON
{
|
|
"id": "s7comm_function_codes",
|
|
"data_url": "lua/pro/rest/v2/get/flow/s7comm/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": "id",
|
|
"data_field": "s7comm_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"
|
|
]
|
|
}
|
|
]
|
|
} |