Skip to content

Commit

Permalink
Realted-bug:#1451330
Browse files Browse the repository at this point in the history
when the trace path of the selected flow has any error the below tabs are resetting,need to retain the tabs as earlier.

Change-Id: Ib37328c059b6f18be3ebfccbcbf87a03d55f68d5
  • Loading branch information
vishnuvv committed May 4, 2015
1 parent bb1d893 commit 0e0b9ac
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 0e0b9ac

Please sign in to comment.