mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Added order by in flow sankey
This commit is contained in:
parent
5838ada885
commit
f992492445
4 changed files with 23 additions and 5 deletions
|
|
@ -127,6 +127,10 @@ local columns = {
|
|||
historical = "SUM(DST2SRC_BYTES)",
|
||||
invert_with = "bytes_sent"
|
||||
},
|
||||
total_bytes = {
|
||||
live = "bytes",
|
||||
historical = "SUM(TOTAL_BYTES)",
|
||||
},
|
||||
as = {
|
||||
formatter = {
|
||||
funct = format_utils.formatASN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue