chore(web) Add automatic server stats refetching (#1271)

This commit is contained in:
Krisjanis Lejejs
2023-01-09 22:40:54 +02:00
committed by GitHub
parent af2eac52a8
commit 5999af6c78
5 changed files with 71 additions and 42 deletions

View File

@@ -19,7 +19,6 @@
allJobsStatus = data;
}, 1000);
});
1;
onDestroy(() => {
clearInterval(setIntervalHandler);