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." into R2.20
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 5, 2015
2 parents 063e190 + 0e0b9ac commit 40167c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/js/analyzer-utils.js
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 40167c8

Please sign in to comment.