ui and settings ready
This commit is contained in:
14
app/client/alarm/alarm.html
Normal file
14
app/client/alarm/alarm.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<template name="alarm">
|
||||
|
||||
<div class="hello">
|
||||
<h1> Temperatura </h1>
|
||||
<div class="jumbotron text-center center-block" >
|
||||
{{#with last_reading}}
|
||||
<div class="huge_text"> {{temperatureValue}}°C</div>
|
||||
<div>{{pretty_time created_at}}</div>
|
||||
{{/with}}
|
||||
<button id="run_alarm_settings" class="btn btn-default"> <i class="fa fa-wrench"></i> Podešavanje </button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user