mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Disabled sorting on Info in the Active Flows page
This commit is contained in:
parent
c3b19f5862
commit
b221ae6a3e
2 changed files with 13 additions and 14 deletions
|
|
@ -71,7 +71,7 @@ end
|
|||
if sortColumn == nil or sortColumn == "column_" or sortColumn == "" then
|
||||
sortColumn = getDefaultTableSort("flows")
|
||||
elseif sortColumn ~= "column_" and sortColumn ~= "" then
|
||||
tablePreferences("sort_flows",sortColumn)
|
||||
tablePreferences("sort_flows", sortColumn)
|
||||
else
|
||||
sortColumn = "column_client"
|
||||
end
|
||||
|
|
@ -79,7 +79,7 @@ end
|
|||
if sortOrder == nil then
|
||||
sortOrder = getDefaultTableSortOrder("flows")
|
||||
elseif sortColumn ~= "column_" and sortColumn ~= "" then
|
||||
tablePreferences("sort_order_flows",sortOrder)
|
||||
tablePreferences("sort_order_flows", sortOrder)
|
||||
end
|
||||
|
||||
if(currentPage == nil) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue