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
+10 -2
View File
@@ -30,7 +30,11 @@ describe('backups', function () {
appConfig: null,
siteId: null,
integrity: null,
stats: null
stats: null,
integrityCheckResult: null,
integrityCheckStatus: null,
integrityCheckTaskId: null,
lastIntegrityCheckTime: null
};
const appBackup = {
@@ -48,7 +52,11 @@ describe('backups', function () {
appConfig: null,
siteId: null,
integrity: null,
stats: null
stats: null,
integrityCheckResult: null,
integrityCheckStatus: null,
integrityCheckTaskId: null,
lastIntegrityCheckTime: null
};
let defaultBackupSite;