mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Scaling issue
This commit is contained in:
parent
d14db24f7b
commit
41f054cf6b
@ -230,6 +230,10 @@ export class ThroughputBpsDash extends BaseDashlet{
|
||||
this.busy = true;
|
||||
$.get("/local-api/ltsRecentMedian", (m) => {
|
||||
this.medians = m[0];
|
||||
this.medians.yesterday[0] = this.medians.yesterday[0] * 8;
|
||||
this.medians.yesterday[1] = this.medians.yesterday[1] * 8;
|
||||
this.medians.last_week[0] = this.medians.last_week[0] * 8;
|
||||
this.medians.last_week[1] = this.medians.last_week[1] * 8;
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user