mirror of https://github.com/apache/cloudstack.git
CS-15775:Creation of Auto scale configuration through UI fails while creating autoscale profile due to args.context.ipAddresses is undefined
This commit is contained in:
parent
b448412148
commit
376e3fd2b9
|
|
@ -871,7 +871,7 @@
|
|||
if('vpc' in args.context)
|
||||
networkid = args.context.multiData.tier;
|
||||
else
|
||||
networkid = args.context.ipAddresses[0].associatednetworkid;
|
||||
networkid = args.context.networks[0].id;
|
||||
|
||||
var data = {
|
||||
page: args.page,
|
||||
|
|
|
|||
Loading…
Reference in New Issue