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."
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 22, 2015
2 parents 1b44e04 + 8b107de commit 32ff780
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 @@ -2375,6 +2375,7 @@ function getAllvRouters(defferedObj,dataSource,dsObj){
}
defferedObj.done(function(){
dsObj['getFromCache'] = false;
manageDataSource.refreshDataSource('computeNodeDS');
});
} else {
obj['transportCfg'] = {
Expand Down

0 comments on commit 32ff780

Please sign in to comment.