fix(xo-server#listVmBackups): provide schedule ID (#5101)

Introduced by b138438036
Schedule ID is used by [xo-server-test](c1d588264c/packages/xo-server-test/src/_xoConnection.js (L216))
This commit is contained in:
badrAZ 2020-06-25 10:20:17 +02:00 committed by GitHub
parent ae9aeaf5fd
commit d7fe1afc08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1004,6 +1004,7 @@ export default class BackupNg {
id: `${remoteId}/${backup._filename}`,
jobId: backup.jobId,
mode: backup.mode,
scheduleId: backup.scheduleId,
size: backup.size,
timestamp: backup.timestamp,
vm: {