mirror of https://github.com/apache/cloudstack.git
Fix dedicate zone to a domain / account (#776)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
57b67e0b2a
commit
77650b9535
|
|
@ -355,7 +355,7 @@ export default {
|
|||
|
||||
const params = {}
|
||||
params.zoneid = this.stepData.zoneReturned.id
|
||||
params.domain = this.prefillContent.domainId ? this.prefillContent.domainId.value : null
|
||||
params.domainid = this.prefillContent.domainId ? this.prefillContent.domainId.value : null
|
||||
params.account = this.prefillContent.account ? this.prefillContent.account.value : null
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue