embed integrity check task in backup API responses
The UI is polling for the taskId, might as well attach it
This commit is contained in:
@@ -33,6 +33,7 @@ describe('backups', function () {
|
||||
integrityCheckResult: null,
|
||||
integrityCheckStatus: null,
|
||||
integrityCheckTaskId: null,
|
||||
integrityCheckTask: null,
|
||||
lastIntegrityCheckTime: null
|
||||
};
|
||||
|
||||
@@ -55,6 +56,7 @@ describe('backups', function () {
|
||||
integrityCheckResult: null,
|
||||
integrityCheckStatus: null,
|
||||
integrityCheckTaskId: null,
|
||||
integrityCheckTask: null,
|
||||
lastIntegrityCheckTime: null
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user