commit | cb12a1ad77485619b0334826cd4668d00be38f72 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Mon Jan 25 14:11:10 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Mon Jan 25 14:11:10 2016 -0800 |
tree | 17340fd1f0538ff42d580e86cd6043f8005083d9 | |
parent | 9ef3c84a9ac6a3c1a74fc7f6d7a4db578f64b942 [diff] [blame] |
Small code refactor
diff --git a/gui/ngXosViews/serviceTopology/src/js/config.js b/gui/ngXosViews/serviceTopology/src/js/config.js index 3ef8748..347feb9 100644 --- a/gui/ngXosViews/serviceTopology/src/js/config.js +++ b/gui/ngXosViews/serviceTopology/src/js/config.js
@@ -5,7 +5,11 @@ .constant('serviceTopologyConfig', { widthMargin: 100, heightMargin: 30, - duration: 750 + duration: 750, + circle: { + radius: 10, + selectedRadius: 15 + } }) }()); \ No newline at end of file