mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
8abdb926cd
commit
4ed8cfecc3
7 changed files with 128 additions and 39 deletions
|
|
@ -63,9 +63,9 @@ if(tonumber(_GET["perPage"]) == nil) then _GET["perPage"] = getDefaultTableSize(
|
|||
|
||||
if(isEmptyString(_GET["sortColumn"]) or (_GET["sortColumn"] == "column_") or
|
||||
(status ~= "historical" and _GET["sortColumn"] == "column_sort")) or
|
||||
(status ~= "historical-flows" and _GET["sortColumn"] == "column_count") or
|
||||
(status ~= "historical-flows" and status ~= "historical" and _GET["sortColumn"] == "column_count") or
|
||||
(status ~= "historical-flows" and _GET["sortColumn"] == "column_score") then
|
||||
if(status ~= "historical-flows" and _GET["sortColumn"] == "column_count") or
|
||||
if(status ~= "historical-flows" and status ~= "historical" and _GET["sortColumn"] == "column_count") or
|
||||
(status ~= "historical-flows" and _GET["sortColumn"] == "column_score") then
|
||||
tablePreferences("sort_alerts", "column_")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue