mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Reworked flashstart categorization support (work in progress)
This commit is contained in:
parent
d7c452f0a3
commit
b9068886a4
25 changed files with 379 additions and 464 deletions
|
|
@ -344,10 +344,6 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
|
||||
-- print("</div>")
|
||||
|
||||
if(value["category"] ~= nil) then
|
||||
if(value["active_http_hosts"] > 0) then print(" <span class='badge badge-top-right'>".. value["active_http_hosts"] .."</span>") end
|
||||
print("\", \"column_category\" : \"".. getCategoryIcon(value["category"]))
|
||||
end
|
||||
if((value["httpbl"] ~= nil) and (string.len(value["httpbl"]) > 2)) then print("\", \"column_httpbl\" : \"".. value["httpbl"]) end
|
||||
|
||||
if(value["vlan"] ~= nil) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue