mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
fix for ticket #3546
This commit is contained in:
parent
813d7d9617
commit
e2dcd862b8
10 changed files with 151 additions and 164 deletions
|
|
@ -165,7 +165,7 @@ function custom_column_utils.printCustomColumnDropdown(base_url, page_params)
|
|||
local label = lg[2]
|
||||
|
||||
if custom_column == label then
|
||||
goto continue
|
||||
goto continue
|
||||
end
|
||||
|
||||
print[[<li><a class="dropdown-item" href="]] custom_column_params["custom_column"] = key; print(getPageUrl(base_url, custom_column_params)); print[[">]] print(label) print[[</a></li>]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue