mirror of https://github.com/apache/cloudstack.git
bug 13971: network page - create network - pass new API parameter zoneId to listNetworkOfferings API. [Reviewed-by: Brian]
This commit is contained in:
parent
a12f30e539
commit
9ff7056820
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue