diff --git a/sd-card/html/index.html b/sd-card/html/index.html
index fa8baf89..ca4e05f7 100644
--- a/sd-card/html/index.html
+++ b/sd-card/html/index.html
@@ -79,7 +79,7 @@
-
Recognition
+ Recognition
Data Graph
File Server
System
diff --git a/sd-card/html/overview.html b/sd-card/html/overview.html
index cb32af0b..7b834f2c 100644
--- a/sd-card/html/overview.html
+++ b/sd-card/html/overview.html
@@ -151,7 +151,7 @@ function refresh() {
}
function loadValue(_type, _div, _style) {
- url = basepath + '/wasserzaehler.html?all=true&type=' + _type;
+ url = basepath + '/value?all=true&type=' + _type;
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
diff --git a/sd-card/html/test.html b/sd-card/html/test.html
index f90c5038..f15a42cb 100644
--- a/sd-card/html/test.html
+++ b/sd-card/html/test.html
@@ -16,7 +16,7 @@
var basepath = "http://192.168.178.22";
function testinit(){
basepath = getbasepath();
- url = basepath + '/wasserzaehler.html?all=true';
+ url = basepath + '/value?all=true';
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {