Skip to content

Commit

Permalink
Merge "Closes-Bug: #1457814 - Added back the call to refresh the data…
Browse files Browse the repository at this point in the history
…source after the response from the cached-summary is returned." into R2.20
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 22, 2015
2 parents 44eb1b8 + c1ba645 commit 8e0f86d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webroot/monitor/infra/common/ui/js/monitor_infra_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2285,6 +2285,7 @@ function getAllvRouters(defferedObj,dataSource,dsObj){
}
defferedObj.done(function(){
dsObj['getFromCache'] = false;
manageDataSource.refreshDataSource('computeNodeDS');
});
} else {
obj['transportCfg'] = {
Expand Down

0 comments on commit 8e0f86d

Please sign in to comment.