mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added support for http-based categorization (work in progress)
This commit is contained in:
parent
445259f7ea
commit
3e6fec8d84
13 changed files with 79 additions and 331 deletions
|
|
@ -507,6 +507,7 @@ end
|
|||
print("</td></tr>\n")
|
||||
end
|
||||
|
||||
io.write(host.category.."\n")
|
||||
if((host["category"] ~= nil) and (host["category"] ~= "")) then
|
||||
cat = getCategoryIcon(host["category"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue