From 8597f37cac8c58b0446f62929496e6660dea5da7 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 4 Mar 2020 15:21:02 +0530 Subject: [PATCH] ui: fix merge issue that causes VR duplicates (#3927) --- 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 6206c317f77..ea180fdcf37 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) {