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

@@ -79,13 +79,14 @@ const ROLES = {
const TASK_TYPES = {
TASK_APP: 'app',
TASK_BACKUP: 'backup',
TASK_UPDATE: 'update',
TASK_UPDATE: 'boxUpdate',
TASK_CHECK_CERTS: 'checkCerts',
TASK_PREPARE_DASHBOARD_LOCATION: 'prepareDashboardLocation',
TASK_CLEAN_BACKUPS: 'cleanBackups',
TASK_SYNC_EXTERNAL_LDAP: 'syncExternalLdap',
TASK_CHANGE_MAIL_LOCATION: 'changeMailLocation',
TASK_SYNC_DNS_RECORDS: 'syncDnsRecords',
TASK_SYNC_DYNDNS: 'syncDyndns',
TASK_UPDATE_DISK_USAGE: 'updateDiskUsage',
};