graphs: make top level div and clean the timer

This commit is contained in:
Girish Ramakrishnan
2025-07-03 17:31:49 +02:00
parent 6f358dd8ea
commit b3071603d0
4 changed files with 12 additions and 8 deletions
-1
View File
@@ -52,7 +52,6 @@ async function liveRefresh() {
const data = JSON.parse(message.data);
cpuGraphItem.value.pushData(data.cpu);
console.log(data.cpu);
memoryGraphItem.value.pushData(data.memory);
diskGraphItem.value.pushData(data.blockReadRate, data.blockWriteRate);
networkGraphItem.value.pushData(data.networkReadRate, data.networkWriteRate);