bug 13971: network page - create network - pass new API parameter zoneId to listNetworkOfferings API. [Reviewed-by: Brian]

This commit is contained in:
Jessica Wang 2012-02-23 17:18:50 -08:00
parent a12f30e539
commit 9ff7056820
1 changed files with 3 additions and 2 deletions

View File

@ -177,9 +177,10 @@
networkOfferingId: {
label: 'label.network.offering',
validation: { required: true },
select: function(args) {
dependsOn: 'zoneId',
select: function(args) {
$.ajax({
url: createURL('listNetworkOfferings'),
url: createURL('listNetworkOfferings&zoneid=' + args.zoneId),
data: {
type: 'Isolated',
supportedServices: 'SourceNat',