We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318924d commit 8597f37Copy full SHA for 8597f37
1 file changed
ui/scripts/system.js
@@ -9996,7 +9996,7 @@
9996
}
9997
9998
$.ajax({
9999
- 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"),
10000
data: data2,
10001
async: false,
10002
success: function (json) {
0 commit comments