From fae113a935d11f9693e1c8c9484d46d511cbcade Mon Sep 17 00:00:00 2001 From: bogdan Date: Wed, 12 Jul 2023 19:38:40 +0200 Subject: [PATCH] reworked with component --- HTML/espfs.paths | 66 +++++++++++++++++++++--------------------- HTML/index.html | 74 +++++++++++++++++++++++++----------------------- 2 files changed, 71 insertions(+), 69 deletions(-) diff --git a/HTML/espfs.paths b/HTML/espfs.paths index 30853e5..583aab8 100644 --- a/HTML/espfs.paths +++ b/HTML/espfs.paths @@ -1,34 +1,34 @@ -adapters.html -api -api/dbg.json -api/dbg2.json -api/gendata.json -api/mem.json -api/set1.json -api/set2.json -api/set3.json -api/stat.json -api/status.json -api/tmr.json -api/users.json -api/wifiscan.json -application.html -favicon.ico -index.html -info.html -reboot.html -res -res/appstyles.css -res/ca_cert.pem -res/cron.js -res/crondata.js -res/dynamic.css -res/iconsfont.css -res/iconsfont.woff2 -res/logo.png -res/main.js -res/res.js -res/styles.css -res/vue.global.prod_3_3_4.js -services.html +adapters.html +api +api/dbg.json +api/dbg2.json +api/gendata.json +api/mem.json +api/set1.json +api/set2.json +api/set3.json +api/stat.json +api/status.json +api/tmr.json +api/users.json +api/wifiscan.json +application.html +favicon.ico +index.html +info.html +reboot.html +res +res/appstyles.css +res/ca_cert.pem +res/cron.js +res/crondata.js +res/dynamic.css +res/iconsfont.css +res/iconsfont.woff2 +res/logo.png +res/main.js +res/res.js +res/styles.css +res/vue.global.prod_3_3_4.js +services.html system.html \ No newline at end of file diff --git a/HTML/index.html b/HTML/index.html index b3f8ee8..2443237 100644 --- a/HTML/index.html +++ b/HTML/index.html @@ -24,10 +24,7 @@
This device brand name


- {{ TimeToISO(status_json.time)}}
- Uptime: {{ToHms(status_json.uptime)}}

- Signal WiFi:{{status_json.wlev}}
-








+
@@ -42,44 +39,49 @@ \ No newline at end of file