Fix total score format in live flows analysis page.

This commit is contained in:
Nicolo Maio 2023-02-13 15:52:34 +00:00
parent 013d9f6604
commit 2fdca9d782

View file

@ -46,7 +46,7 @@ for _, data in pairs(aggregated_info) do
bytes_rcvd = bytes_rcvd,
bytes_sent = bytes_sent,
tot_traffic = total_bytes,
tot_score = data.total_score,
tot_score = format_high_num_value_for_tables(data, 'total_score'),
num_servers = format_high_num_value_for_tables(data, 'num_servers'),
num_clients = format_high_num_value_for_tables(data, 'num_clients'),
vlan_id = {