mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Shaped/Unshaped was incorrect
This commit is contained in:
parent
fd488a16d8
commit
ab240de711
@ -25,7 +25,7 @@ export class ShapedUnshapedDash extends BaseDashlet{
|
||||
if (msg.event === "throughput") {
|
||||
let shaped = msg.data.shaped_bps[0] + msg.data.shaped_bps[1];
|
||||
let unshaped = msg.data.bps[0] + msg.data.bps[1];
|
||||
this.graph.update(shaped, shaped - unshaped);
|
||||
this.graph.update(shaped, unshaped);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user