Added order by in flow sankey

This commit is contained in:
Matteo Biscosi 2025-08-11 11:27:46 +02:00
parent 5838ada885
commit f992492445
4 changed files with 23 additions and 5 deletions

View file

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