mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add country to top_remote_destinations custom query
This commit is contained in:
parent
2de730c024
commit
db0320791a
3 changed files with 6 additions and 1 deletions
|
|
@ -977,6 +977,7 @@ local flow_columns = {
|
|||
['NTOPNG_INSTANCE_NAME'] = {},
|
||||
['INTERFACE_ID'] = { tag = "interface_id" },
|
||||
['STATUS'] = { tag = "alert_id", dt_func = dt_format_flow_alert_id, format_func = format_flow_alert_id, i18n = i18n("status"), simple_dt_func = format_flow_alert_id , order = 8 },
|
||||
['COUNTRY_CODE'] = { tag = "country", dt_func = dt_format_country },
|
||||
['SRC_COUNTRY_CODE'] = { tag = "cli_country", dt_func = dt_format_country },
|
||||
['DST_COUNTRY_CODE'] = { tag = "srv_country", dt_func = dt_format_country },
|
||||
['SRC_LABEL'] = { tag = "cli_name" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue