integrity: add integrity check fields and initial UI
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user