Files
old-tfm/app/client/log.html

17 lines
288 B
HTML
Raw Normal View History

<template name="log">
2017-05-21 17:51:45 +02:00
<div id="chartHorizontalScroll">
<canvas id="temperatureChart"></canvas>
</div>
<!--
<div class="hello">
2017-05-21 17:51:45 +02:00
2016-12-30 17:14:08 +01:00
<ul class="no-bullets">
{{#each sensorDataCollection}}
{{> sensorData}}
{{/each}}
</ul>
</div>
2017-05-21 17:51:45 +02:00
-->
</template>