mirror of https://github.com/apache/cloudstack.git
Adding Cleanup Flag
This commit is contained in:
parent
6a9b9f3260
commit
a84c486854
|
|
@ -335,7 +335,7 @@ export default {
|
|||
},
|
||||
confirmDeleteDomain () {
|
||||
const domain = this.deleteDomainResource
|
||||
const params = { id: domain.id }
|
||||
const params = { id: domain.id, cleanup: true }
|
||||
|
||||
api('deleteDomain', params).then(json => {
|
||||
const jobId = json.deletedomainresponse.jobid
|
||||
|
|
|
|||
Loading…
Reference in New Issue