Fixes for the optimized getTopFlowPeers

This commit is contained in:
Simone Mainardi 2017-01-26 11:31:10 +01:00
parent 1598598c47
commit 8ea7b5dbe4
4 changed files with 4 additions and 3 deletions

View file

@ -2729,6 +2729,7 @@ function getTopFlowPeers(hostname_vlan, max_hits, detailed)
local paginator_options = {
sortColumn = "column_bytes",
a2zSortOrder = false,
detailedResults = detailed,
maxHits = max_hits,
}