make zoom button same as init zoom
This commit is contained in:
@@ -159,7 +159,7 @@
|
|||||||
$('#nd_netmap-zoomtodevice').on('click', function(event) {
|
$('#nd_netmap-zoomtodevice').on('click', function(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
var node = graph.nodeDataById( graph['nd2']['centernode'] );
|
var node = graph.nodeDataById( graph['nd2']['centernode'] );
|
||||||
graph.zoomSmooth(node.x, node.y, node.radius * 100);
|
graph.zoomSmooth(node.x, node.y, node.radius * 125);
|
||||||
});
|
});
|
||||||
|
|
||||||
// activity for admin tasks in device details
|
// activity for admin tasks in device details
|
||||||
|
|||||||
Reference in New Issue
Block a user