mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes incorrect category label seen (#6767)
This commit is contained in:
parent
3d2f143ecb
commit
79b19f328a
2 changed files with 2 additions and 2 deletions
|
|
@ -1602,7 +1602,7 @@ function computeL7Stats(stats, show_breed, show_ndpi_category)
|
|||
local ndpi_category_stats = {}
|
||||
|
||||
for key, value in pairs(stats["ndpi_categories"]) do
|
||||
key = getCategoryLabel(key)
|
||||
key = getCategoryLabel(key, value.category)
|
||||
local traffic = value["bytes"]
|
||||
|
||||
if(ndpi_category_stats[key] == nil) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue