From 53f5f1d1ec29fc5f4a7e30b1dfe9877719f40912 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 4 Mar 2020 12:38:35 +0530 Subject: [PATCH] ui: fix merge issue that causes VR duplicates This fixes issue from merging 4d8a2da133b74f2de9ecc599eebafdfc68e6fa60 on master/4.14-snapshot which causes duplicate VRs to show up. Signed-off-by: Rohit Yadav --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 6206c317f778..ea180fdcf370 100755 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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) {