mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixes top flows sankey
This commit is contained in:
parent
4710f6b03b
commit
3224e81030
4 changed files with 5 additions and 4 deletions
|
|
@ -996,7 +996,7 @@ function getTopFlowPeers(hostname_vlan, max_hits, detailed, other_options)
|
|||
local detailed = detailed or false
|
||||
|
||||
local paginator_options = {
|
||||
sortColumn = "column_bytes",
|
||||
sortColumn = "column_thpt",
|
||||
a2zSortOrder = false,
|
||||
detailedResults = detailed,
|
||||
maxHits = max_hits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue