Fix update UI to show progress and allow to cancel update task

This commit is contained in:
Johannes Zellner
2025-06-30 19:31:03 +02:00
parent 37621f8548
commit c0065765d4
3 changed files with 42 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ exports = module.exports = {
_del: del,
// task types. if you add a task here, fill up the function table in taskworker and dashboard client.js
// task types. if you add a task here, fill up the function table in taskworker and dashboard constants.js
TASK_APP: 'app',
TASK_BACKUP: 'backup',
TASK_BOX_UPDATE: 'boxUpdate',