parent
3fdfe6fafe
commit
24eb234a1a
|
|
@ -35,8 +35,8 @@ function getData() {
|
||||||
<th>Event</th>
|
<th>Event</th>
|
||||||
<th>Metadata</th>
|
<th>Metadata</th>
|
||||||
<th>Steps</th>
|
<th>Steps</th>
|
||||||
<th>Heart Rate</th>
|
|
||||||
<th>Battery %</th>
|
<th>Battery %</th>
|
||||||
|
<th>Heart Rate</th>
|
||||||
</tr>`+data.trim().split("\n").map(l=>{
|
</tr>`+data.trim().split("\n").map(l=>{
|
||||||
l = l.split(",");
|
l = l.split(",");
|
||||||
return `<tr>
|
return `<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue