log shows only temperatures
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user