Skip to content

Commit

Permalink
Merge "Closes-Bug: #1534075 - changed the VRouter summary to use the …
Browse files Browse the repository at this point in the history
…cached-summary request for fetching the details."
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jan 14, 2016
2 parents f6ec159 + 344cc7c commit 5c5590c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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();
Expand Down

0 comments on commit 5c5590c

Please sign in to comment.