aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/d3js-graph.js
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-05-24 15:48:18 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-10 23:59:54 +0200
commit197d9acab4fb5097d3dce56227c2096abdc075bd (patch)
tree6da888c3fa96ccd070939958a4297f140e75b660 /htdocs/d3js-graph.js
parent1ed3d346f61d9115fccb33d3047be783a7dd7f7a (diff)
Convert binding to use the controller
Change-Id: Iae15b07ee768584d7a1a958fb7e119bca65c29e4 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'htdocs/d3js-graph.js')
-rw-r--r--htdocs/d3js-graph.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/d3js-graph.js b/htdocs/d3js-graph.js
index 711ef50..16b8939 100644
--- a/htdocs/d3js-graph.js
+++ b/htdocs/d3js-graph.js
@@ -64,7 +64,7 @@ var links = [
function graphAGLBindings() {
- callbinder('xds-service', 'list', {})
+ callbinder('xds', 'list', {})
.then(function (res) {
links = [];
nodes = {};