diff --git a/web/newWebsite/graph-main.js b/web/newWebsite/graph-main.js index 6caadde..5ed8f02 100644 --- a/web/newWebsite/graph-main.js +++ b/web/newWebsite/graph-main.js @@ -25,10 +25,10 @@ function createCheckBox(id, label) { return response.json(); }) .then(data => { - handleData(data); + nodeInputs(data); }) -function handleData(JSONdata) { +function nodeInputs(JSONdata) { select = document.getElementById('node-input'); console.log(JSONdata); diff --git a/web/newWebsite/graphs.html b/web/newWebsite/graphs.html index d4b62cc..6396326 100644 --- a/web/newWebsite/graphs.html +++ b/web/newWebsite/graphs.html @@ -2,6 +2,7 @@ + @@ -20,16 +21,15 @@ - + \ No newline at end of file diff --git a/web/newWebsite/index.html b/web/newWebsite/index.html index e31a4ba..88846a2 100644 --- a/web/newWebsite/index.html +++ b/web/newWebsite/index.html @@ -22,16 +22,25 @@ - + +
+

Status updating

+ + + + +
+ + diff --git a/web/newWebsite/main.js b/web/newWebsite/main.js index c5e1486..72d3a01 100644 --- a/web/newWebsite/main.js +++ b/web/newWebsite/main.js @@ -141,4 +141,4 @@ function toggleGraph(nodeId) { } else { console.error('No element found with id: liveGraph' + nodeId); } -} \ No newline at end of file +} diff --git a/web/newWebsite/questions-dashboard.html b/web/newWebsite/questions-dashboard.html index 5ce5f66..418f4e3 100644 --- a/web/newWebsite/questions-dashboard.html +++ b/web/newWebsite/questions-dashboard.html @@ -20,9 +20,6 @@ -