Skip to content

Commit

Permalink
Merge "Related-Bug:#1541852 Commented the reset topology icon in unde…
Browse files Browse the repository at this point in the history
…rlay page." into R3.0
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 25, 2016
2 parents 5a51769 + 2dbb59e commit 3411e36
Showing 1 changed file with 2 additions and 2 deletions.
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 3411e36

Please sign in to comment.