You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/04/12 13:48:52 UTC

[07/35] ambari git commit: AMBARI-20689.Zooming workflows should happen more smoothly(M Madhan Mohan Reddy via padmapriyanitt)

AMBARI-20689.Zooming workflows should happen more smoothly(M Madhan Mohan Reddy via padmapriyanitt)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9405e241
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9405e241
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9405e241

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 9405e241d3080c4192b130f00292ca44ab018f67
Parents: 28eff65
Author: padmapriyanitt <pa...@gmail.com>
Authored: Mon Apr 10 12:36:38 2017 +0530
Committer: padmapriyanitt <pa...@gmail.com>
Committed: Mon Apr 10 12:36:38 2017 +0530

----------------------------------------------------------------------
 .../src/main/resources/ui/app/domain/cytoscape-flow-renderer.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9405e241/contrib/views/wfmanager/src/main/resources/ui/app/domain/cytoscape-flow-renderer.js
----------------------------------------------------------------------
diff --git a/contrib/views/wfmanager/src/main/resources/ui/app/domain/cytoscape-flow-renderer.js b/contrib/views/wfmanager/src/main/resources/ui/app/domain/cytoscape-flow-renderer.js
index 03f0ae1..bee901e 100644
--- a/contrib/views/wfmanager/src/main/resources/ui/app/domain/cytoscape-flow-renderer.js
+++ b/contrib/views/wfmanager/src/main/resources/ui/app/domain/cytoscape-flow-renderer.js
@@ -36,7 +36,7 @@ var CytoscapeRenderer= Ember.Object.extend({
 
     // the default values of each option are outlined below:
     var defaults = {
-      zoomFactor: 2.0, // zoom factor per zoom tick
+      zoomFactor: 0.01, // zoom factor per zoom tick
       minZoom: 0.1, // min zoom level
       maxZoom: 10, // max zoom level