mirror of https://github.com/apache/cloudstack.git
Forgot to re-add VPC ID filter to tier select
This commit is contained in:
parent
99c28a58f6
commit
ca63738ec1
|
|
@ -1261,6 +1261,7 @@
|
|||
url: createURL("listNetworks"),
|
||||
async: false,
|
||||
data: {
|
||||
vpcid: args.context.vpc[0].id,
|
||||
listAll: true
|
||||
},
|
||||
success: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue