mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add the usage of shortenString in the historical flow info field with a max length of 128
This commit is contained in:
parent
340c44142e
commit
2e45c170de
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ end
|
|||
|
||||
local function format_historical_info(flow)
|
||||
local historical_flow_utils = require "historical_flow_utils"
|
||||
local info_field = historical_flow_utils.get_historical_url(flow["INFO"], "info", flow["INFO"], true, flow["INFO"], true)
|
||||
local info_field = historical_flow_utils.get_historical_url(shortenString(flow["INFO"], 128), "info", flow["INFO"], true, flow["INFO"], true)
|
||||
|
||||
return {
|
||||
label = i18n("db_explorer.info"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue