summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/status-dnbd3.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/status-dnbd3.html b/static/status-dnbd3.html
index 6f92c97..0971f8a 100644
--- a/static/status-dnbd3.html
+++ b/static/status-dnbd3.html
@@ -259,7 +259,7 @@ function myGraph(el) {
// Force of center gravitation
.gravity(.12)
// Distance of the links
- .distance(function(bla) { return bla.source.distance + bla.target.distance; })
+ .distance(function(bla) { return 4; })
// Strength of the links
.linkStrength(0.3)
// Force with which the links "pull"