mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes info field not correctly displayed (#8707)
This commit is contained in:
parent
ad5494e710
commit
ce8d2fa3ea
7 changed files with 58 additions and 14 deletions
|
|
@ -2776,3 +2776,16 @@ function shortFlowLabel(flow)
|
|||
end
|
||||
|
||||
-- #######################
|
||||
|
||||
-- A one line flow description
|
||||
-- This uses the information from flow.getInfo()
|
||||
function format_flow_info_field(flow)
|
||||
local info = ""
|
||||
|
||||
if not isEmptyString(flow["info"]) then
|
||||
|
||||
end
|
||||
return info
|
||||
end
|
||||
|
||||
-- #######################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue