summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Schwaer2016-03-15 15:07:57 +0100
committerStephan Schwaer2016-03-15 15:07:57 +0100
commitc3ae13f5f984fc32fc95c8c39e1bb31d498f6334 (patch)
treee36eda453c05c068800befc1c07f152e5cdc702c
parentLinks turn green and red depending on client download rate. (diff)
parentFix reference to nonexistent distance property of node (diff)
downloaddnbd3-status-c3ae13f5f984fc32fc95c8c39e1bb31d498f6334.tar.gz
dnbd3-status-c3ae13f5f984fc32fc95c8c39e1bb31d498f6334.tar.xz
dnbd3-status-c3ae13f5f984fc32fc95c8c39e1bb31d498f6334.zip
Merge branch 'master' of git.openslx.org:dnbd3-status
-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"