mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Unify all exporters interfaces and single exporter interfaces page
This commit is contained in:
parent
dfff624934
commit
2c336d4b68
5 changed files with 141 additions and 249 deletions
|
|
@ -6,6 +6,26 @@
|
|||
"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": "snmp_index",
|
||||
"title_i18n": "flow_devices.interface_index",
|
||||
|
|
|
|||
|
|
@ -1,63 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue