mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix total score format in live flows analysis page.
This commit is contained in:
parent
013d9f6604
commit
2fdca9d782
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue