diff options
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 2b0b605..7a3f4a8 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -28,13 +28,13 @@ <br> <div> - <button onclick="callbinder('xds-service','list' ,{});">List</button> + <button onclick="callbinder('xds','list' ,{});">List</button> </li> <button onclick="graphAGLBindings();">Graph AGL bindings</button> </li> - <button onclick="callbinder('xds-service','trace' ,{'ws': 'unix:ave'});">Trace ws unix:ave</button> + <button onclick="callbinder('xds', 'trace', {'ws': 'unix:ave'});">Trace ws unix:ave</button> </li> </div> |