mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
133 lines
No EOL
2.2 KiB
JSON
133 lines
No EOL
2.2 KiB
JSON
{
|
|
"id": "flows_list",
|
|
"data_url": "lua/rest/v2/get/flow/active_list.lua",
|
|
"use_current_page": false,
|
|
"enable_search": false,
|
|
"paging": true,
|
|
"display_empty_rows": true,
|
|
"default_sort": {
|
|
"column_id": "ip",
|
|
"sort": 0
|
|
},
|
|
"columns": [
|
|
{
|
|
"id": "actions",
|
|
"title_i18n": "actions",
|
|
"sortable": false,
|
|
"sticky": true,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
],
|
|
"render_v_node_type": "button_array",
|
|
"button_def_array": [
|
|
{
|
|
"id": "live_flows",
|
|
"icon": "fa-solid fa-magnifying-glass-plus",
|
|
"title_i18n": "flows",
|
|
"class": [
|
|
"link-button",
|
|
"btn-info"
|
|
],
|
|
"event_id": "click_button_live_flows"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "proto",
|
|
"data_field": "l4_proto",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-center",
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "application",
|
|
"data_field": "application",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-center",
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "client",
|
|
"data_field": "client",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "server",
|
|
"data_field": "server",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "score",
|
|
"data_field": "score",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "first_seen",
|
|
"data_field": "first_seen",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-center",
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "last_seen",
|
|
"data_field": "last_seen",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "breakdown",
|
|
"data_field": "traffic_breakdown",
|
|
"sortable": false,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-end"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "flows_page.actual_throughput",
|
|
"data_field": "throughput",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-end"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "flows_page.total_bytes",
|
|
"data_field": "bytes",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-end"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "info",
|
|
"data_field": "info",
|
|
"sortable": false,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
}
|
|
]
|
|
} |