Skip to content

Commit

Permalink
Merge "Realted-bug:#1451330 when the trace path of the selected flow …
Browse files Browse the repository at this point in the history
…has any error the below tabs are resetting,need to retain the tabs as earlier."
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 4, 2015
2 parents 62324a3 + edee151 commit 4374535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/js/analyzer-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ function showUnderlayPaths(data) {
showInfoWindow('Error in fetching details','Error');
}
if(null !== underlayRenderer && typeof underlayRenderer === "object"){
underlayRenderer.getView().resetTopology();
underlayRenderer.getView().resetTopology(false);
}
}
}
Expand Down

0 comments on commit 4374535

Please sign in to comment.