mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Improved service categorization
This commit is contained in:
parent
64dc0b78bf
commit
7b4a4acd5a
7 changed files with 134 additions and 124 deletions
|
|
@ -160,7 +160,8 @@ if(hosts_stats ~= nil) then
|
|||
-- Safety check (trace failure for debugging)
|
||||
if type(hosts_stats[key]) ~= "table" then
|
||||
traceError(TRACE_WARNING, TRACE_CONSOLE, "Unexpected value for key = "..key.." (not a table)")
|
||||
goto skip
|
||||
tprint(value)
|
||||
goto skip
|
||||
end
|
||||
|
||||
if(sortColumn == "column_") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue