Reworked flashstart categorization support (work in progress)

This commit is contained in:
Luca Deri 2016-01-01 20:05:58 +01:00
parent d7c452f0a3
commit b9068886a4
25 changed files with 379 additions and 464 deletions

View file

@ -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