From 344cc7caf858038ef28a62a543c6fabecf288c0a Mon Sep 17 00:00:00 2001 From: Manoj Naik Date: Thu, 14 Jan 2016 15:24:37 +0530 Subject: [PATCH] Closes-Bug: #1534075 - changed the VRouter summary to use the cached-summary request for fetching the details. Change-Id: Iaa864da818b7bd3ff5d29f063ed3667a13626954 --- .../infrastructure/common/ui/js/models/VRouterListModel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webroot/monitor/infrastructure/common/ui/js/models/VRouterListModel.js b/webroot/monitor/infrastructure/common/ui/js/models/VRouterListModel.js index ece801922..e89db47ca 100644 --- a/webroot/monitor/infrastructure/common/ui/js/models/VRouterListModel.js +++ b/webroot/monitor/infrastructure/common/ui/js/models/VRouterListModel.js @@ -30,13 +30,13 @@ define(['contrail-list-model'], function(ContrailListModel) { var listModelConfig = { remote : { ajaxConfig : { - url : ctwl.VROUTER_SUMMARY_URL + url : monitorInfraConstants.monitorInfraUrls.VROUTER_CACHED_SUMMARY }, onAllRequestsCompleteCB: function(contrailListModel) { var fetchContrailListModel = new ContrailListModel({ remote : { ajaxConfig : { - url : ctwl.VROUTER_SUMMARY_URL + '?forceRefresh' + url : monitorInfraConstants.monitorInfraUrls.VROUTER_CACHED_SUMMARY + '?forceRefresh' }, onAllRequestsCompleteCB: function(fetchedContrailListModel) { var data = fetchedContrailListModel.getItems();