Use associatedNetworkId, not networkId for IP list view

This commit is contained in:
Brian Federle 2011-12-07 14:11:22 -08:00
parent 9b0373198c
commit b1beb2cd89
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@
});
if (args.context.networks) {
$.extend(data, { networkId: args.context.networks[0].id });
$.extend(data, { associatedNetworkId: args.context.networks[0].id });
}
$.ajax({