ui: fix merge issue that causes VR duplicates (#3927)

This commit is contained in:
Rohit Yadav 2020-03-04 15:21:02 +05:30 committed by GitHub
parent 318924d801
commit 8597f37cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {