Add diskusage to systems view again

This commit is contained in:
Johannes Zellner
2025-02-17 16:38:30 +01:00
parent 11c64f3035
commit 99f30fe09a
6 changed files with 290 additions and 12 deletions

View File

@@ -186,7 +186,7 @@ async function updateTaskStatus(id) {
syncPercent.value = result.percent;
syncMessage.value = result.message;
setTimeout(updateTaskStatus.bind(null, id), 500);
setTimeout(updateTaskStatus.bind(null, id), 2000);
}
async function refreshTasks() {