mirror of https://github.com/apache/cloudstack.git
Network page - Add guest network dialog - network offering dropdown - pass guestiptype instead of type to listNetworkOfferings API.
This commit is contained in:
parent
0379f0fdcd
commit
6962ad9c49
|
|
@ -182,7 +182,7 @@
|
|||
$.ajax({
|
||||
url: createURL('listNetworkOfferings&zoneid=' + args.zoneId),
|
||||
data: {
|
||||
type: 'Isolated',
|
||||
guestiptype: 'Isolated',
|
||||
supportedServices: 'SourceNat',
|
||||
specifyvlan: false,
|
||||
state: 'Enabled'
|
||||
|
|
|
|||
Loading…
Reference in New Issue