ntopng/httpdocs/tables_config/flow_exporters_list.json
2025-05-21 17:11:17 +02:00

52 lines
No EOL
1 KiB
JSON

{
"id": "exporter_devices_list",
"data_url": "lua/pro/rest/v2/get/interface/observation_points/flowexporter_list.lua",
"paging": false,
"display_empty_rows": false,
"default_sort": {
"column_id": "observation_point",
"sort": 1
},
"columns": [
{
"id": "actions",
"title_i18n": "widgets_page.actions",
"sortable": true,
"class": [
"text-center",
"text-nowrap"
],
"render_v_node_type": "button_array",
"button_def_array": [
{
"id": "live_flows",
"icon": "fa-solid fa-magnifying-glass-plus",
"title_i18n": "flows",
"class": [
"btn-info"
],
"event_id": "click_button_live_flows"
}
]
},
{
"id": "exporter_devices",
"title_i18n": "flow_devices.exporter_devices",
"data_field": "exporter_device",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "exporter_name",
"title_i18n": "interface_name",
"data_field": "exporter_name",
"sortable": true,
"class": [
"text-center",
"text-nowrap"
]
}
]
}