mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Fix scaling error
This commit is contained in:
parent
0f759cbe5c
commit
dff5e67261
@ -72,7 +72,7 @@ export function formatThroughput(throughput, limitInMbps) {
|
||||
}
|
||||
blob += "</span>";
|
||||
|
||||
blob += "<span class='overlayThroughputNumber' style='color: white; font-weight: bold;'>" + scaleNumber(throughput * 8, 1) + "bps</span>";
|
||||
blob += "<span class='overlayThroughputNumber' style='color: white; font-weight: bold;'>" + scaleNumber(throughput, 1) + "bps</span>";
|
||||
blob += "</span>";
|
||||
return blob;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user