mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix merge issue that causes VR duplicates (#3927)
This commit is contained in:
parent
318924d801
commit
8597f37cac
@ -9996,7 +9996,7 @@
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
url: createURL("listRouters&listAll=true&page=" + args.page + "&pagesize=" + pageSize + array1.join("") + "&projectid=-1"),
|
||||
url: createURL("listRouters&page=" + args.page + "&pagesize=" + pageSize + array1.join("") + "&projectid=-1"),
|
||||
data: data2,
|
||||
async: false,
|
||||
success: function (json) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user