mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Don't show "loading" for ping times for devices.
This commit is contained in:
parent
c1989e2696
commit
27b84e2425
@ -32,6 +32,7 @@ export class DevicePingHistogram extends DashboardGraph {
|
||||
}
|
||||
};
|
||||
this.option && this.chart.setOption(this.option);
|
||||
this.chart.hideLoading();
|
||||
}
|
||||
|
||||
update(ping_time_nanos) {
|
||||
|
Loading…
Reference in New Issue
Block a user