mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fix snmp_interface tag datatable rendering. Fix historical flow details page.
This commit is contained in:
parent
dcf8902a90
commit
a10bfd377c
2 changed files with 2 additions and 3 deletions
|
|
@ -388,6 +388,7 @@ local all_datatable_columns_def_by_tag = {
|
|||
['srv_host_pool_id'] = build_datatable_column_def_pool_id('srv_host_pool_id', "db_search.tags.srv_host_pool_id"),
|
||||
["input_snmp"] = build_datatable_column_def_snmp_interface("input_snmp", "db_search.tags.input_snmp"),
|
||||
["output_snmp"] = build_datatable_column_def_snmp_interface("output_snmp", "db_search.tags.output_snmp"),
|
||||
["snmp_interface"] = build_datatable_column_def_snmp_interface("snmp_interface", "db_search.tags.snmp_interface"),
|
||||
['country'] = build_datatable_column_def_country('country', "db_search.tags.country"),
|
||||
['cli_country'] = build_datatable_column_def_country('cli_country', "db_search.tags.cli_country"),
|
||||
['srv_country'] = build_datatable_column_def_country('srv_country', "db_search.tags.srv_country"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue