mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
95 lines
No EOL
1.9 KiB
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
} |