fix(xo-server/backupNg.{create,edit}Job): check srs
param
This commit is contained in:
parent
1d493e411b
commit
2714ccff38
@ -27,6 +27,10 @@ createJob.params = {
|
||||
settings: {
|
||||
type: 'object',
|
||||
},
|
||||
srs: {
|
||||
type: 'object',
|
||||
optional: true,
|
||||
},
|
||||
vms: {
|
||||
type: 'object',
|
||||
},
|
||||
@ -81,6 +85,10 @@ editJob.params = {
|
||||
type: 'object',
|
||||
optional: true,
|
||||
},
|
||||
srs: {
|
||||
type: 'object',
|
||||
optional: true,
|
||||
},
|
||||
vms: {
|
||||
type: 'object',
|
||||
optional: true,
|
||||
|
Loading…
Reference in New Issue
Block a user