Skip to content

Commit 8597f37

Browse files
authored
ui: fix merge issue that causes VR duplicates (#3927)
1 parent 318924d commit 8597f37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/system.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9996,7 +9996,7 @@
99969996
}
99979997

99989998
$.ajax({
9999-
url: createURL("listRouters&listAll=true&page=" + args.page + "&pagesize=" + pageSize + array1.join("") + "&projectid=-1"),
9999+
url: createURL("listRouters&page=" + args.page + "&pagesize=" + pageSize + array1.join("") + "&projectid=-1"),
1000010000
data: data2,
1000110001
async: false,
1000210002
success: function (json) {

0 commit comments

Comments
 (0)