ntopng/httpdocs/tables_config/top_interface_applications.json
2025-07-21 16:31:32 +02:00

111 lines
No EOL
2.1 KiB
JSON

{
"id": "top_interface_applications",
"data_url": "lua/rest/v2/get/interface/l7/data.lua",
"use_current_page": false,
"enable_search": false,
"paging": false,
"display_empty_rows": true,
"default_sort": {
"column_id": "total_bytes",
"sort": 2
},
"columns": [
{
"id": "actions",
"title_i18n": "actions",
"sortable": false,
"sticky": true,
"class": [
"text-nowrap",
"text-center"
],
"render_v_node_type": "button_list",
"button_def_array": [
{
"id": "historical_flows",
"icon": "fas fa-stream",
"title_i18n": "db_explorer.historical_data",
"class": [],
"event_id": "click_button_historical_flows"
},
{
"id": "live_flows",
"icon": "fas fa-stream",
"title_i18n": "flows_page.live_flows",
"class": [],
"event_id": "click_button_live_flows"
},
{
"id": "timeseries",
"icon": "fas fa-lg fa-chart-area",
"title_i18n": "prefs.timeseries",
"class": [],
"event_id": "click_button_timeseries"
}
]
},
{
"title_i18n": "application",
"data_field": "application",
"sortable": true,
"min-width" : "150px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "breed_title",
"data_field": "breed",
"sortable": true,
"min-width" : "90px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "db_explorer.total_packets",
"data_field": "total_packets",
"sortable": true,
"min-width" : "90px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "total_bytes",
"data_field": "total_bytes",
"sortable": true,
"min-width" : "90px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "traffic_labels.bytes_sent",
"data_field": "bytes_sent",
"sortable": true,
"min-width" : "90px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "traffic_labels.bytes_rcvd",
"data_field": "bytes_rcvd",
"sortable": true,
"min-width" : "90px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "percentage",
"data_field": "percentage",
"min-width" : "120px",
"sortable": false,
"class": [
"text-nowrap"
]
}
]
}