You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CS-16407: cloudstack UI - Infrastructure page - zone - Physical network - Guest - network tab - make 2 API calls to get guest networks. The first one is to get guest networks under all projects. The 2nd one is to get guest networks that are not under any project.
listAll: true//pass "&listAll=true" to "listNetworks&id=xxxxxxxx" for now before API gets fixed.
1801
+
});
1802
+
}
1803
+
1788
1804
$.ajax({
1789
-
url: createURL("listNetworks&id="+args.context.networks[0].id+"&listAll=true"),//pass "&listAll=true" to "listNetworks&id=xxxxxxxx" for now before API gets fixed.
0 commit comments