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
cloudstack 3.0 UI - infrastructure page - guest traffic type - network tab - fix a bug that clicking a network that doesn't belong to current login user would show spinning wheel forever in detailView.
Copy file name to clipboardExpand all lines: ui/scripts/network.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -697,7 +697,7 @@
697
697
],
698
698
dataProvider: function(args){
699
699
$.ajax({
700
-
url: createURL("listNetworks&id="+args.context.networks[0].id+"&listAll=true"),//pass "listAll=true" for now until API is fixed.
700
+
url: createURL("listNetworks&id="+args.context.networks[0].id+"&listAll=true"),//pass "&listAll=true" to "listNetworks&id=xxxxxxxx" for now before API gets fixed.
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