mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:34:49 +00:00
Fixes flow table ordering (#8379)
This commit is contained in:
parent
014726918a
commit
9760ab7bc4
1 changed files with 2 additions and 2 deletions
|
|
@ -67,9 +67,9 @@ if not isEmptyString(_GET["sort"]) then
|
|||
flows_filter.sortColumn = mapping_column_lua_c[_GET["sort"]]
|
||||
local order = _GET["order"]
|
||||
if order == "asc" then
|
||||
flows_filter.a2zSortOrder = false
|
||||
else
|
||||
flows_filter.a2zSortOrder = true
|
||||
else
|
||||
flows_filter.a2zSortOrder = false
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue