diff --git a/web/new website/GaugGroup.js b/web/newWebsite/GaugGroup.js similarity index 100% rename from web/new website/GaugGroup.js rename to web/newWebsite/GaugGroup.js diff --git a/web/new website/gauge.png b/web/newWebsite/gauge.png similarity index 100% rename from web/new website/gauge.png rename to web/newWebsite/gauge.png diff --git a/web/newWebsite/graphs.html b/web/newWebsite/graphs.html new file mode 100644 index 0000000..9fbb8a0 --- /dev/null +++ b/web/newWebsite/graphs.html @@ -0,0 +1,33 @@ + + + + + + + + Graphs + + + + + + + + + + + + + \ No newline at end of file diff --git a/web/new website/index.html b/web/newWebsite/index.html similarity index 76% rename from web/new website/index.html rename to web/newWebsite/index.html index 9d98cef..7f48e90 100644 --- a/web/new website/index.html +++ b/web/newWebsite/index.html @@ -4,7 +4,7 @@ - + Gauges @@ -14,13 +14,13 @@ diff --git a/web/new website/main.js b/web/newWebsite/main.js similarity index 98% rename from web/new website/main.js rename to web/newWebsite/main.js index e3e855c..d6d7e57 100644 --- a/web/new website/main.js +++ b/web/newWebsite/main.js @@ -118,7 +118,7 @@ function updateGauge(nodeNumber, dataType, value) { } function getNodeInfo(node){ - return fetch("http://145.92.8.114/flask?MAC=" + node) + return fetch("http://145.92.8.114/getNodeInfo?macAdress=" + node) .then(response => response.json()) .then(data => { return { diff --git a/web/newWebsite/settings.html b/web/newWebsite/settings.html new file mode 100644 index 0000000..e69de29 diff --git a/web/new website/style.css b/web/newWebsite/styles/dashboard-styles.css similarity index 100% rename from web/new website/style.css rename to web/newWebsite/styles/dashboard-styles.css diff --git a/web/newWebsite/styles/graph-styles.css b/web/newWebsite/styles/graph-styles.css new file mode 100644 index 0000000..e69de29 diff --git a/web/newWebsite/styles/settings-styles.css b/web/newWebsite/styles/settings-styles.css new file mode 100644 index 0000000..e69de29