mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
cloudStack 3.0 new UI - Add Zone Wizard - Network Offerings dropdown (which only shows in basic zone) - populate enabled shared network offerings only.
This commit is contained in:
parent
40188d62dc
commit
1e1d453b9d
@ -2941,7 +2941,7 @@
|
||||
});
|
||||
|
||||
$.ajax({
|
||||
url: createURL("listNetworkOfferings"),
|
||||
url: createURL("listNetworkOfferings&state=Enabled&guestiptype=Shared"),
|
||||
dataType: "json",
|
||||
async: false,
|
||||
success: function(json) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user