mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Fix RTT display on the new circuit page.
This commit is contained in:
parent
95bc22fd3d
commit
01d43090c2
@ -164,8 +164,8 @@ function updateTrafficTab(msg) {
|
||||
row.appendChild(simpleRow(scaleNumber(flow[1].packets_sent.up)));
|
||||
row.appendChild(simpleRowHtml(formatRetransmit(flow[1].tcp_retransmits.down)));
|
||||
row.appendChild(simpleRowHtml(formatRetransmit(flow[1].tcp_retransmits.up)));
|
||||
row.appendChild(simpleRow(scaleNanos(flow[1].rtt[0])));
|
||||
row.appendChild(simpleRow(scaleNanos(flow[1].rtt[1])));
|
||||
row.appendChild(simpleRow(scaleNanos(flow[1].rtt[0].nanoseconds)));
|
||||
row.appendChild(simpleRow(scaleNanos(flow[1].rtt[1].nanoseconds)));
|
||||
row.appendChild(simpleRow(flow[0].asn_name));
|
||||
row.appendChild(simpleRow(flow[0].asn_country));
|
||||
row.appendChild(simpleRow(flow[0].remote_ip));
|
||||
|
Loading…
Reference in New Issue
Block a user