aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/d3js-graph.js
diff options
context:
space:
mode:
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 = {};