Repository: incubator-senssoft-tap
Updated Branches:
  refs/heads/tapdocker d603c6313 -> 8ddace390


fixed url to distill for testing


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/commit/8ddace39
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/tree/8ddace39
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/diff/8ddace39

Branch: refs/heads/tapdocker
Commit: 8ddace390ca4c3cc51ecb47821d96fb8aad8ad74
Parents: d603c63
Author: Arthi Vezhavendan <arthi...@gmail.com>
Authored: Wed Aug 9 10:04:31 2017 -0400
Committer: Arthi Vezhavendan <arthi...@gmail.com>
Committed: Wed Aug 9 10:04:31 2017 -0400

----------------------------------------------------------------------
 public/components/AppResults.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/blob/8ddace39/public/components/AppResults.jsx
----------------------------------------------------------------------
diff --git a/public/components/AppResults.jsx b/public/components/AppResults.jsx
index 8e3100f..b7de4ec 100644
--- a/public/components/AppResults.jsx
+++ b/public/components/AppResults.jsx
@@ -95,7 +95,7 @@ class AppResults extends Component {
 
     // get graph data from distill
     var url = 'http://distill:8090/sankey/userale?from=now-15m&to=now&size=20';
-    var url = 'http://localhost:8090';       
+    //var url = 'http://localhost:8090';       
     axios.get(url)
       .then( (response) => {
         console.log("response", response);

Reply via email to