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)} - @@ -118,7 +118,7 @@ class APStatus extends Component { {errorMessage} - diff --git a/interface/src/containers/NTPConfiguration.js b/interface/src/containers/NTPConfiguration.js index 6a3b642..a0189ce 100644 --- a/interface/src/containers/NTPConfiguration.js +++ b/interface/src/containers/NTPConfiguration.js @@ -23,7 +23,7 @@ class NTPConfiguration extends Component { const { selectedTab } = this.state; return ( - + diff --git a/interface/src/containers/NTPStatus.js b/interface/src/containers/NTPStatus.js index 5b166af..aaf49ec 100644 --- a/interface/src/containers/NTPStatus.js +++ b/interface/src/containers/NTPStatus.js @@ -60,7 +60,7 @@ class NTPStatus extends Component { - + { isSynchronized(data) && @@ -69,14 +69,14 @@ class NTPStatus extends Component { - + 0 ? unixTimeToTimeAndDate(data.last_sync) : "never" } /> - + } @@ -85,21 +85,21 @@ class NTPStatus extends Component { - + - + - + ); } @@ -110,7 +110,7 @@ class NTPStatus extends Component { {this.createListItems(data, fullDetails, classes)} - @@ -137,7 +137,7 @@ class NTPStatus extends Component { {errorMessage} - diff --git a/interface/src/containers/WiFiConfiguration.js b/interface/src/containers/WiFiConfiguration.js index 47c258c..f2ac202 100644 --- a/interface/src/containers/WiFiConfiguration.js +++ b/interface/src/containers/WiFiConfiguration.js @@ -38,7 +38,7 @@ class WiFiConfiguration extends Component { const { selectedTab } = this.state; return ( - + diff --git a/interface/src/containers/WiFiStatus.js b/interface/src/containers/WiFiStatus.js index 79f4f3e..5582e98 100644 --- a/interface/src/containers/WiFiStatus.js +++ b/interface/src/containers/WiFiStatus.js @@ -67,7 +67,7 @@ class WiFiStatus extends Component { - + { (fullDetails && isConnected(data)) && @@ -77,31 +77,31 @@ class WiFiStatus extends Component { - + IP - + # - + - + - + } @@ -114,7 +114,7 @@ class WiFiStatus extends Component { {this.createListItems(data, fullDetails, classes)} - @@ -142,7 +142,7 @@ class WiFiStatus extends Component { {errorMessage} - diff --git a/interface/src/forms/APSettingsForm.js b/interface/src/forms/APSettingsForm.js index 8035567..4d2da4c 100644 --- a/interface/src/forms/APSettingsForm.js +++ b/interface/src/forms/APSettingsForm.js @@ -87,10 +87,10 @@ class APSettingsForm extends React.Component { } - - @@ -102,7 +102,7 @@ class APSettingsForm extends React.Component { {errorMessage} - diff --git a/interface/src/forms/NTPSettingsForm.js b/interface/src/forms/NTPSettingsForm.js index f5c4d51..0d94857 100644 --- a/interface/src/forms/NTPSettingsForm.js +++ b/interface/src/forms/NTPSettingsForm.js @@ -75,10 +75,10 @@ class NTPSettingsForm extends React.Component { margin="normal" /> - - @@ -90,7 +90,7 @@ class NTPSettingsForm extends React.Component { {errorMessage} - diff --git a/interface/src/forms/OTASettingsForm.js b/interface/src/forms/OTASettingsForm.js index 7d58ea8..2f33a95 100644 --- a/interface/src/forms/OTASettingsForm.js +++ b/interface/src/forms/OTASettingsForm.js @@ -95,10 +95,10 @@ class OTASettingsForm extends React.Component { margin="normal" /> - - @@ -110,7 +110,7 @@ class OTASettingsForm extends React.Component { {errorMessage} - diff --git a/interface/src/forms/WiFiNetworkSelector.js b/interface/src/forms/WiFiNetworkSelector.js index c592e18..c2e385f 100644 --- a/interface/src/forms/WiFiNetworkSelector.js +++ b/interface/src/forms/WiFiNetworkSelector.js @@ -86,7 +86,7 @@ class WiFiNetworkSelector extends Component { } - diff --git a/interface/src/forms/WiFiSettingsForm.js b/interface/src/forms/WiFiSettingsForm.js index 7ea003e..afe62ba 100644 --- a/interface/src/forms/WiFiSettingsForm.js +++ b/interface/src/forms/WiFiSettingsForm.js @@ -201,10 +201,10 @@ class WiFiSettingsForm extends React.Component { } - - @@ -216,7 +216,7 @@ class WiFiSettingsForm extends React.Component { {errorMessage} -