Skip to content

Commit

Permalink
Related-Bug:#1541852
Browse files Browse the repository at this point in the history
Commented the reset topology icon in underlay page.

Change-Id: I9831e9b646ae56a0404e7845dd91d57aaa31eb89
  • Loading branch information
vishnuvv committed Feb 25, 2016
1 parent 51be86c commit 2dbb59e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,15 @@ define([
}
});
$('.vis-navigation').append(rearrange);
var resetTopo = $('<div style="display:inline-block; width:15px; height:15px; background-image:none; top:170px; right:10px; position:absolute; background-color:#f9f9f9; border:1px solid #efefef; color:#777; font-family:FontAwesome; font-size:15px; z-index:1; padding: 7px 7px; line-height:normal; background-position:2px 2px; cursor:pointer; background-repeat:no-repeat" title="Reset Topology"><i class="icon-play-circle" /></div>');
/*var resetTopo = $('<div style="display:inline-block; width:15px; height:15px; background-image:none; top:170px; right:10px; position:absolute; background-color:#f9f9f9; border:1px solid #efefef; color:#777; font-family:FontAwesome; font-size:15px; z-index:1; padding: 7px 7px; line-height:normal; background-position:2px 2px; cursor:pointer; background-repeat:no-repeat" title="Reset Topology"><i class="icon-play-circle" /></div>');
$(resetTopo).on("click", function(){
self.resetTopology({
resetBelowTabs: true,
restorePosition: false
});
self.removeUnderlayEffects();
});
$('.vis-navigation').append(resetTopo);
$('.vis-navigation').append(resetTopo);*/

var _network = this.network;
window.network = _network;
Expand Down

0 comments on commit 2dbb59e

Please sign in to comment.