diff --git a/web/new website/graphs.html b/web/new website/graphs.html
new file mode 100644
index 0000000..b46bf81
--- /dev/null
+++ b/web/new website/graphs.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+ Gauges
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/web/new website/index.html b/web/new website/index.html
index 9d98cef..1e1a5ea 100644
--- a/web/new website/index.html
+++ b/web/new website/index.html
@@ -17,7 +17,7 @@
Dashboard
- Graphs
+ Graphs
Settings
diff --git a/web/new website/main.js b/web/new website/main.js
index e3e855c..d6d7e57 100644
--- a/web/new website/main.js
+++ b/web/new website/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/new website/settings.html b/web/new website/settings.html
new file mode 100644
index 0000000..e69de29