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

95 lines
No EOL
1.9 KiB
JSON

{
"id": "vs_reports",
"data_url": "lua/pro/rest/v2/get/vs/report_list.lua",
"use_current_page": false,
"enable_search": true,
"paging": false,
"display_empty_rows": true,
"default_sort": {
"column_id": "report_date",
"sort": 0
},
"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": "edit",
"icon": "fas fa-edit",
"title_i18n": "hosts_stats.page_scan_hosts.reports_page.edit_report",
"event_id": "click_button_edit"
},
{
"id": "delete",
"icon": "fas fa fa-trash",
"title_i18n": "delete",
"event_id": "click_button_delete"
}
]
},
{
"title_i18n": "hosts_stats.page_scan_hosts.reports_page.date",
"data_field": "report_date",
"sortable": true,
"class": [
"text-nowrap",
"text-end"
]
},
{
"title_i18n": "hosts_stats.page_scan_hosts.reports_page.name",
"data_field": "name",
"sortable": true,
"class": [
"text-nowrap",
"text-center"
]
},
{
"title_i18n": "hosts_stats.page_scan_hosts.reports_page.cves",
"data_field": "cves",
"sortable": true,
"class": [
"text-nowrap",
"text-center"
]
},
{
"title_i18n": "hosts_stats.page_scan_hosts.reports_page.tcp_ports",
"data_field": "tcp_ports",
"sortable": true,
"class": [
"text-nowrap",
"text-center"
]
},
{
"title_i18n": "hosts_stats.page_scan_hosts.reports_page.udp_ports",
"data_field": "udp_ports",
"sortable": true,
"class": [
"text-nowrap",
"text-center"
]
},
{
"title_i18n": "hosts_stats.page_scan_hosts.reports_page.num_hosts",
"data_field": "num_hosts",
"sortable": true,
"class": [
"text-nowrap",
"text-center"
]
}
]
}