diff --git a/ui/scripts/system.js b/ui/scripts/system.js index ad40ec12242..88d0a7874b0 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -601,7 +601,9 @@ dataProvider: function (args) { $.ajax({ - url: createURL("listNetworks&listAll=true&trafficType=Public&isSystem=true&zoneId=" + selectedZoneObj.id), + url: createURL("listNetworks&listAll=true&trafficType=Public&isSystem=true&zoneId=" + selectedZoneObj.id, { + ignoreProject: true + }), dataType: "json", async: false, success: function (json) {