UI: Fix: Call latest values update with empty data
This commit is contained in:
parent
4054d3de6e
commit
ae4148d7fa
@ -595,8 +595,8 @@ function DatasourceSubscription(datasourceSubscription, telemetryWebsocketServic
|
||||
}
|
||||
series = [time, value];
|
||||
data.push(series);
|
||||
update = true;
|
||||
}
|
||||
update = true;
|
||||
}
|
||||
if (update) {
|
||||
datasourceData[datasourceKey].data = data;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user