diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 00572f0112c..85f5a3c033b 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -467,7 +467,7 @@ if(args.scope == "zone-wide" || args.scope == "domain-specific") apiCmd = "listNetworkOfferings&guestiptype=Shared"; else //args.scope == "account-specific" - apiCmd = "listNetworkOfferings&guestiptype=Isolated&sourcenatEnabled=false"; + apiCmd = "listNetworkOfferings&guestiptype=Isolated&sourcenatsupported=false"; $.ajax({ url: createURL(apiCmd), dataType: "json",