mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes category label not correctly displayed (#6767)
This commit is contained in:
parent
a4c00a9ac2
commit
8f26f7740b
8 changed files with 9 additions and 8 deletions
|
|
@ -1961,7 +1961,7 @@ function printActiveFlowsDropdown(base_url, page_params, ifstats, flowstats, is_
|
|||
print('<li><a class="dropdown-item '..class_active..'" href="')
|
||||
category_filter_params["category"] = key
|
||||
print(getPageUrl(base_url, category_filter_params))
|
||||
print('">'.. getCategoryLabel(key) ..'</a></li>')
|
||||
print('">'.. getCategoryLabel(key, value.category) ..'</a></li>')
|
||||
end
|
||||
|
||||
print("</ul> </div>'")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue