updated logs chart
This commit is contained in:
@@ -54,6 +54,12 @@
|
||||
});
|
||||
totalLogs += item.total;
|
||||
}
|
||||
|
||||
// add current time marker to the chart
|
||||
chartData.push({
|
||||
x: new Date(),
|
||||
y: undefined,
|
||||
});
|
||||
})
|
||||
.catch((err) => {
|
||||
if (!err?.isAbort) {
|
||||
|
||||
Reference in New Issue
Block a user