ntopng/httpdocs/tables_config/user_traffic_breakdown.json
2025-09-05 11:38:08 +02:00

49 lines
No EOL
975 B
JSON

{
"id": "user_traffic_breakdown",
"data_url": "lua/pro/rest/v2/get/as/as_table.lua",
"use_current_page": false,
"enable_search": true,
"paging": false,
"display_empty_rows": true,
"columns": [
{
"id": "customer",
"title_i18n": "asn_configuration.sub_customer_asn_title",
"data_field": "customer",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "bytes_sent",
"title_i18n": "bytes_sent",
"data_field": "bytes_sent",
"sortable": true,
"class": [
"text-center",
"text-nowrap"
]
},
{
"id": "bytes_rcvd",
"title_i18n": "bytes_rcvd",
"data_field": "bytes_rcvd",
"sortable": true,
"class": [
"text-center",
"text-nowrap"
]
},
{
"id": "total_bytes",
"title_i18n": "total_bytes",
"data_field": "total_bytes",
"sortable": true,
"class": [
"text-center",
"text-nowrap"
]
}
]
}