CS-15801: cloudstack 3.0 UI - VPC - create new tier - fix an error "Owner of vpc with specified vpcId is different from the network owner Acct[2-admin]".

This commit is contained in:
Jessica Wang 2012-08-09 14:27:22 -07:00
parent 695f727cfd
commit ed28accdf0
1 changed files with 4 additions and 2 deletions

View File

@ -1845,9 +1845,11 @@
}
},
action: function(args) {
var dataObj = {
vpcid: args.context.vpc[0].id,
var dataObj = {
zoneId: args.context.vpc[0].zoneid,
vpcid: args.context.vpc[0].id,
domainid: args.context.vpc[0].domainid,
account: args.context.vpc[0].account,
networkOfferingId: args.data.networkOfferingId,
name: args.data.name,
displayText: args.data.name,