mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +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
|
|
@ -165,9 +165,6 @@ if(hosts_stats ~= nil) then
|
|||
vals[(now-hosts_stats[key]["family"])+postfix] = key
|
||||
elseif(sortColumn == "column_last") then
|
||||
vals[(now-hosts_stats[key]["seen.last"]+1)+postfix] = key
|
||||
elseif(sortColumn == "column_category") then
|
||||
if(hosts_stats[key]["category"] == nil) then hosts_stats[key]["category"] = "" end
|
||||
vals[hosts_stats[key]["category"]..postfix] = key
|
||||
elseif(sortColumn == "column_httpbl") then
|
||||
if(hosts_stats[key]["httpbl"] == nil) then hosts_stats[key]["httpbl"] = "" end
|
||||
vals[hosts_stats[key]["httpbl"]..postfix] = key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue