end of day 25mar2021...
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
{{end}}
|
||||
{{define "body_content"}}
|
||||
<p class="title is-4">GPS Tracking leichtgemacht...</p>
|
||||
<div>
|
||||
<figure class="image is-square">
|
||||
<img src="/static/images/wo-bisch-tracker.jpg">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="message is-danger">
|
||||
<div class="message-body">
|
||||
Aktuell noch in Entwicklung, kommen Sie später noch einmal vorbei...
|
||||
|
||||
@@ -101,9 +101,10 @@ Sie erhalten eine E-Mail, sobald die Zahlung erfolgreich abgeschlossen ist.
|
||||
</div>
|
||||
|
||||
{{range .LastMetrics}}
|
||||
<div class="column tracker is-full notification is-warning">
|
||||
<div class="column tracker is-full notification is-light">
|
||||
<p class="is-size-2 is-size-5-mobile has-text-centered has-text-weight-bold" ><span class="alias" id="alias_{{.Deveui}}">{{.Alias}}</span>{{ if not .Readonly }}<a class="show-modal" class="block-link"><span style="float:right;" class="icon is-size-4 is-size-5-mobile"><i class="fa fa-cog"></i></span></a>{{ end }}</p>
|
||||
<p id="lastmeasurement_{{.Deveui}}" class="has-text-centered">letzte übermittelte Messung: {{.Timestamp}}</p>
|
||||
<p id="batpercent_{{.Deveui}}" class="has-text-centered">{{.BatteryPercentHTML}}</p>
|
||||
<div id="{{.Deveui}}" class="columns mt-3">
|
||||
<p id="lat" hidden>{{.Lat}}</p>
|
||||
<p id="lon" hidden>{{.Lon}}</p>
|
||||
|
||||
Reference in New Issue
Block a user