mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Possible fix for incorrect category (#8612)
This commit is contained in:
parent
b6e167c2fc
commit
a73050e66f
2 changed files with 8 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ local application_filters = {{
|
|||
label = i18n("all")
|
||||
}}
|
||||
|
||||
local ndpicatstats = ifstats["ndpi_categories"]
|
||||
local ndpicatstats = flowstats["ndpi_categories"]
|
||||
local tmp_list = {}
|
||||
for key, value in pairs(ndpicatstats) do
|
||||
local name = getCategoryLabel(key, value.category)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue