mirror of
https://github.com/traccar/traccar.git
synced 2025-01-05 10:17:05 +08:00
Update deviceFuelIncrease.vm
remove exclamation mark
This commit is contained in:
parent
14c30d8c05
commit
bf5d3da6ce
@ -4,8 +4,8 @@
|
||||
<body>
|
||||
Device: $device.name<br>
|
||||
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br>
|
||||
Quantity Before: $!event.attributes.before<br>
|
||||
Quantity After: $!event.attributes.after<br>
|
||||
Quantity Before: $event.attributes.before<br>
|
||||
Quantity After: $event.attributes.after<br>
|
||||
Point: <a href="$webUrl?eventId=$event.id">#{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}</a><br>
|
||||
<br>
|
||||
<a href="$webUrl/settings/notifications?token=$token">Unsubscribe</a>
|
||||
|
Loading…
Reference in New Issue
Block a user