Browse Source

ui fixes

remove unused fuction
master
Rick Watson 4 years ago
parent
commit
c47ea49a5d
  1. 1969
      interface/package-lock.json
  2. 14
      interface/package.json
  3. 1
      lib/framework/NTPSettingsService.h

1969
interface/package-lock.json
File diff suppressed because it is too large
View File

14
interface/package.json

@ -3,12 +3,12 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.1",
"@material-ui/core": "^4.9.8",
"@material-ui/icons": "^4.9.1",
"@types/jwt-decode": "^2.2.1",
"@types/node": "^12.12.22",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/node": "^12.12.32",
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.5",
"@types/react-material-ui-form-validator": "^2.0.5",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.3",
@ -17,13 +17,13 @@
"mime-types": "^2.1.25",
"moment": "^2.24.0",
"notistack": "^0.9.7",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-form-validator-core": "^0.6.4",
"react-material-ui-form-validator": "^2.0.10",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.1",
"react-scripts": "3.4.1",
"typescript": "^3.7.5",
"zlib": "^1.0.5"
},

1
lib/framework/NTPSettingsService.h

@ -42,7 +42,6 @@ class NTPSettingsService : public AdminSettingsService<NTPSettings> {
void readFromJsonObject(JsonObject& root);
void writeToJsonObject(JsonObject& root);
void onConfigUpdated();
void receivedNTPtime();
private:
bool _reconfigureNTP = false;

Loading…
Cancel
Save