mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
cb1e4400c6
commit
cef4e57641
2 changed files with 13 additions and 1 deletions
|
|
@ -37,6 +37,18 @@ end
|
|||
|
||||
-- #######################
|
||||
|
||||
function formatTrafficProfile(profile)
|
||||
local res = ""
|
||||
|
||||
if not isEmptyString(profile) then
|
||||
res = "<span class='badge badge-primary'>"..profile.."</span> "
|
||||
end
|
||||
|
||||
return res
|
||||
end
|
||||
|
||||
-- #######################
|
||||
|
||||
-- Extracts the information serialized into status_info from the flow
|
||||
-- user scripts
|
||||
function flow2statusinfo(flow)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue