mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Minor flow info change
This commit is contained in:
parent
89ea597be3
commit
8017ad8c3d
1 changed files with 2 additions and 0 deletions
|
|
@ -264,6 +264,8 @@ for key, value in ipairs(flows_stats) do
|
|||
info = shortenString(flows_stats[key]["ssl.certificate"])
|
||||
elseif(flows_stats[key]["bittorrent_hash"] ~= nil) then
|
||||
info = shortenString(flows_stats[key]["bittorrent_hash"])
|
||||
elseif(flows_stats[key]["host_server_name"] ~= nil) then
|
||||
info = shortenString(flows_stats[key]["host_server_name"])
|
||||
end
|
||||
flows_stats[key]["info"] = info
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue