diff --git a/HTML/dmxmaster.html b/HTML/dmxmaster.html new file mode 100644 index 0000000..61d459b --- /dev/null +++ b/HTML/dmxmaster.html @@ -0,0 +1,124 @@ + + + + + + + + + + + ~name~ + + + + + + +
+
+
+ +
+
+
+
+ +
+ +
+ +
+
+
+ +
+
+ +
+ + + + + \ No newline at end of file diff --git a/HTML/espfs.paths b/HTML/espfs.paths index 583aab8..20160b4 100644 --- a/HTML/espfs.paths +++ b/HTML/espfs.paths @@ -1,34 +1,35 @@ -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 +dmxmaster.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 2443237..0983e7b 100644 --- a/HTML/index.html +++ b/HTML/index.html @@ -57,7 +57,6 @@ theDate = new Date(t * 1000); return (theDate.toString()).slice(0,34); }, - ToHms(d) { d = Number(d); dd = Math.floor(d/86400); @@ -65,12 +64,18 @@ m = Math.floor(d%3600/60); s = Math.floor(d%3600%60); return (' '+dd+'d '+(h<10?"0":"")+h+":"+(m<10?"0":"")+m+":"+(s<10?"0":"")+s);} + }, + + computed:{ + + }, + mounted() { this.getData() }, created(){ - this.interval = setInterval(() => {this.getData()},1000) + this.interval = setInterval(() => this.getData(),1000) }, destroyed(){ clearInterval(this.interval) diff --git a/components/webguiapp b/components/webguiapp index 49bab0e..51db569 160000 --- a/components/webguiapp +++ b/components/webguiapp @@ -1 +1 @@ -Subproject commit 49bab0ea5c2144896bf8537abe32168b0f7dede3 +Subproject commit 51db5691cea130f8fe5b09c5ca2604942a8b96d0