mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixes category name not applied in the Historical Page
This commit is contained in:
parent
f6ce278e9e
commit
5436c4a3b4
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ local function dt_format_l7_category(l7_category)
|
|||
}
|
||||
|
||||
if not isEmptyString(l7_category) then
|
||||
local title = interface.getnDPICategoryName(tonumber(l7_category))
|
||||
local title = getCategoryLabel(interface.getnDPICategoryName(tonumber(l7_category)), tonumber(l7_category))
|
||||
|
||||
formatted_cat["title"] = title
|
||||
formatted_cat["label"] = shortenString(title, 12)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue