mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removes unused DNS-based categorization
This commit is contained in:
parent
68a76043b6
commit
4bbe36c957
33 changed files with 32 additions and 1641 deletions
|
|
@ -367,13 +367,6 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
record["column_info"] = "ciao"
|
||||
|
||||
local info = value["info"]
|
||||
if(prefs.is_categorization_enabled and (value["info"] ~= "") and (key ~= nil)) then
|
||||
local flow = interface.findFlowByKey(tonumber(key))
|
||||
if(flow ~= nil) then value["category"] = flow["category"] end
|
||||
if(value["category"] ~= "") then
|
||||
info = info..getCategoryIcon(value["info"], value["category"])
|
||||
end
|
||||
end
|
||||
|
||||
record["column_info"] = info
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue