integrity: add integrity check fields and initial UI

This commit is contained in:
Girish Ramakrishnan
2026-02-08 11:17:27 +01:00
parent 6303602323
commit 5276321ade
13 changed files with 232 additions and 50 deletions
+3
View File
@@ -38,6 +38,9 @@ exports = module.exports = {
ACTION_BACKUP_CLEANUP_START: 'backup.cleanup.start', // obsolete
ACTION_BACKUP_CLEANUP_FINISH: 'backup.cleanup.finish',
ACTION_BACKUP_INTEGRITY_START: 'backup.integrity.start',
ACTION_BACKUP_INTEGRITY_FINISH: 'backup.integrity.finish',
ACTION_BACKUP_SITE_ADD: 'backupsite.add',
ACTION_BACKUP_SITE_REMOVE: 'backupsite.remove',
ACTION_BACKUP_SITE_UPDATE: 'backupsite.update',