Forgot to re-add VPC ID filter to tier select

This commit is contained in:
Brian Federle 2012-07-11 16:28:53 -07:00
parent 99c28a58f6
commit ca63738ec1
1 changed files with 1 additions and 0 deletions

View File

@ -1261,6 +1261,7 @@
url: createURL("listNetworks"),
async: false,
data: {
vpcid: args.context.vpc[0].id,
listAll: true
},
success: function(json) {