Fixes top flows sankey

This commit is contained in:
Matteo Biscosi 2023-09-25 16:34:52 +00:00
parent 4710f6b03b
commit 3224e81030
4 changed files with 5 additions and 4 deletions

View file

@ -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