created and tested server side water control
This commit is contained in:
13
app/client/log.html
Normal file
13
app/client/log.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<template name="log">
|
||||
|
||||
<div class="hello">
|
||||
<h1> Podaci sa senzora: </h1>
|
||||
<button id="clear_log">Očisti</button>
|
||||
<ul>
|
||||
{{#each sensorDataCollection}}
|
||||
{{> sensorData}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
Reference in New Issue
Block a user