diff --git a/data/www/index.html b/data/www/index.html
index 6d4dc44..44300bd 100644
--- a/data/www/index.html
+++ b/data/www/index.html
@@ -1 +1 @@
-
ESP8266 React
\ No newline at end of file
+ESP8266 React
\ No newline at end of file
diff --git a/data/www/js/0.d999.js.gz b/data/www/js/0.d999.js.gz
deleted file mode 100644
index aaa99f0..0000000
Binary files a/data/www/js/0.d999.js.gz and /dev/null differ
diff --git a/data/www/js/0.da55.js.gz b/data/www/js/0.da55.js.gz
new file mode 100644
index 0000000..d4d4441
Binary files /dev/null and b/data/www/js/0.da55.js.gz differ
diff --git a/interface/.env.development b/interface/.env.development
index 3cd2036..fc000e6 100644
--- a/interface/.env.development
+++ b/interface/.env.development
@@ -1 +1 @@
-REACT_APP_ENDPOINT_ROOT=http://192.168.0.26/rest/
\ No newline at end of file
+REACT_APP_ENDPOINT_ROOT=http://192.168.0.4/rest/
\ No newline at end of file
diff --git a/interface/package-lock.json b/interface/package-lock.json
index 5b7f8f0..d0cff9c 100644
--- a/interface/package-lock.json
+++ b/interface/package-lock.json
@@ -3052,7 +3052,8 @@
},
"ansi-regex": {
"version": "2.1.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"aproba": {
"version": "1.2.0",
@@ -3417,7 +3418,8 @@
},
"safe-buffer": {
"version": "5.1.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -3465,6 +3467,7 @@
"strip-ansi": {
"version": "3.0.1",
"bundled": true,
+ "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -3503,11 +3506,13 @@
},
"wrappy": {
"version": "1.0.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"yallist": {
"version": "3.0.3",
- "bundled": true
+ "bundled": true,
+ "optional": true
}
}
},
@@ -6600,11 +6605,13 @@
},
"balanced-match": {
"version": "1.0.0",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
+ "optional": true,
"requires": {
"balanced-match": "1.0.0",
"concat-map": "0.0.1"
@@ -6617,15 +6624,18 @@
},
"code-point-at": {
"version": "1.1.0",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"concat-map": {
"version": "0.0.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"console-control-strings": {
"version": "1.1.0",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"core-util-is": {
"version": "1.0.2",
@@ -6728,7 +6738,8 @@
},
"inherits": {
"version": "2.0.3",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"ini": {
"version": "1.3.5",
@@ -6738,6 +6749,7 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
+ "optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@@ -6750,17 +6762,20 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
+ "optional": true,
"requires": {
"brace-expansion": "1.1.11"
}
},
"minimist": {
"version": "0.0.8",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"minipass": {
"version": "2.2.4",
"bundled": true,
+ "optional": true,
"requires": {
"safe-buffer": "^5.1.1",
"yallist": "^3.0.0"
@@ -6777,6 +6792,7 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
+ "optional": true,
"requires": {
"minimist": "0.0.8"
}
@@ -6849,7 +6865,8 @@
},
"number-is-nan": {
"version": "1.0.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"object-assign": {
"version": "4.1.1",
@@ -6859,6 +6876,7 @@
"once": {
"version": "1.4.0",
"bundled": true,
+ "optional": true,
"requires": {
"wrappy": "1"
}
@@ -6964,6 +6982,7 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
+ "optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
diff --git a/interface/src/containers/APConfiguration.js b/interface/src/containers/APConfiguration.js
index c7a0fcd..0d0ae8b 100644
--- a/interface/src/containers/APConfiguration.js
+++ b/interface/src/containers/APConfiguration.js
@@ -25,7 +25,7 @@ class APConfiguration extends Component {
const { selectedTab } = this.state;
return (
-
+
diff --git a/interface/src/containers/APStatus.js b/interface/src/containers/APStatus.js
index 712abc6..b8bd5b8 100644
--- a/interface/src/containers/APStatus.js
+++ b/interface/src/containers/APStatus.js
@@ -59,26 +59,26 @@ class APStatus extends Component {
-
+
IP
-
+
-
+
-
+
);
}
@@ -91,7 +91,7 @@ class APStatus extends Component {
{this.createListItems(data, fullDetails, classes)}
-