diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 77618026f52..99d92b347b9 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -338,7 +338,7 @@ }); $.ajax({ - url: createURL("listNetworkOfferings"), + url: createURL("listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled"), //get the network offering for isolated network with sourceNat dataType: "json", async: false, success: function(json) {