mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes for the optimized getTopFlowPeers
This commit is contained in:
parent
1598598c47
commit
8ea7b5dbe4
4 changed files with 4 additions and 3 deletions
|
|
@ -2729,6 +2729,7 @@ function getTopFlowPeers(hostname_vlan, max_hits, detailed)
|
|||
|
||||
local paginator_options = {
|
||||
sortColumn = "column_bytes",
|
||||
a2zSortOrder = false,
|
||||
detailedResults = detailed,
|
||||
maxHits = max_hits,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue