ntopng/httpdocs/tables_config/exporters_interfaces.json

63 lines
No EOL
1.7 KiB
JSON

{
"id": "exporters_interfaces",
"data_url": "lua/pro/rest/v2/get/exporters/exporters_interfaces.lua",
"use_current_page": false,
"enable_search": false,
"paging": false,
"display_empty_rows": true,
"columns": [
{
"id": "probe_ip",
"title_i18n": "flow_devices.nprobe_ip",
"data_field": "probe_ip",
"sortable": true,
"min-width": "30px",
"class": [
"text-nowrap"
]
},
{
"id": "exporter_ip",
"title_i18n": "flow_devices.exporter_ip",
"data_field": "exporter_ip",
"sortable": true,
"min-width": "30px",
"class": [
"text-nowrap"
]
},
{
"id": "interface_name",
"title_i18n": "interface_name",
"data_field": "interface_name",
"sortable": true,
"min-width": "80px",
"class": [
"text-left",
"text-nowrap"
]
},
{
"id": "probe_edition",
"title_i18n": "if_stats_overview.remote_probe_edition",
"data_field": "probe_edition",
"sortable": true,
"min-width": "40px",
"class": [
"text-left",
"text-nowrap"
]
},
{
"id": "probe_maintenance",
"title_i18n": "if_stats_overview.remote_probe_maintenance",
"data_field": "probe_maintenance",
"sortable": true,
"min-width": "40px",
"class": [
"text-left",
"text-nowrap"
]
}
]
}