log shows only temperatures

This commit is contained in:
Senad Uka
2016-12-30 17:14:08 +01:00
parent f52bcbeb14
commit c51755b96a
7 changed files with 18 additions and 19 deletions

View File

@@ -1,9 +1,8 @@
<template name="log">
<div class="hello">
<h1> Podaci sa senzora: </h1>
<button id="clear_log">Očisti</button>
<ul>
<ul class="no-bullets">
{{#each sensorDataCollection}}
{{> sensorData}}
{{/each}}