From 9cccb2f86c5ecf4041772d28fbc78ddbd619885f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 18 Jul 2022 18:24:09 -0700 Subject: Remove trailing spaces --- templates/full/commandResult.vm | 2 +- templates/full/deviceFuelDrop.vm | 2 +- templates/full/deviceInactive.vm | 2 +- templates/full/deviceMoving.vm | 2 +- templates/full/deviceOffline.vm | 2 +- templates/full/deviceOnline.vm | 2 +- templates/full/deviceOverspeed.vm | 2 +- templates/full/deviceStopped.vm | 2 +- templates/full/deviceUnknown.vm | 2 +- templates/full/driverChanged.vm | 2 +- templates/full/geofenceEnter.vm | 2 +- templates/full/geofenceExit.vm | 2 +- templates/full/ignitionOff.vm | 2 +- templates/full/ignitionOn.vm | 2 +- templates/full/maintenance.vm | 2 +- templates/full/test.vm | 2 +- templates/full/textMessage.vm | 4 ++-- 17 files changed, 18 insertions(+), 18 deletions(-) (limited to 'templates/full') diff --git a/templates/full/commandResult.vm b/templates/full/commandResult.vm index c5ceffab0..443e1a399 100644 --- a/templates/full/commandResult.vm +++ b/templates/full/commandResult.vm @@ -7,4 +7,4 @@ Result: $position.getString("result")
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Link: $webUrl?eventId=$event.id - + diff --git a/templates/full/deviceFuelDrop.vm b/templates/full/deviceFuelDrop.vm index a50e8ca38..bf7a16b97 100644 --- a/templates/full/deviceFuelDrop.vm +++ b/templates/full/deviceFuelDrop.vm @@ -6,4 +6,4 @@ Device: $device.name
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
- + diff --git a/templates/full/deviceInactive.vm b/templates/full/deviceInactive.vm index 51aead653..626db1dc4 100644 --- a/templates/full/deviceInactive.vm +++ b/templates/full/deviceInactive.vm @@ -9,4 +9,4 @@ Inactive
Last Update: $dateTool.format("YYYY-MM-dd HH:mm:ss", $lastUpdate, $locale, $timezone)
Link: $webUrl?eventId=$event.id - + diff --git a/templates/full/deviceMoving.vm b/templates/full/deviceMoving.vm index 37f3c2a93..b22b90428 100644 --- a/templates/full/deviceMoving.vm +++ b/templates/full/deviceMoving.vm @@ -7,4 +7,4 @@ Moving
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
- + diff --git a/templates/full/deviceOffline.vm b/templates/full/deviceOffline.vm index c832ee553..332bfe3d9 100644 --- a/templates/full/deviceOffline.vm +++ b/templates/full/deviceOffline.vm @@ -7,4 +7,4 @@ Offline
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Link: $webUrl?eventId=$event.id - + diff --git a/templates/full/deviceOnline.vm b/templates/full/deviceOnline.vm index fd17edef0..3ca3cfa9b 100644 --- a/templates/full/deviceOnline.vm +++ b/templates/full/deviceOnline.vm @@ -7,4 +7,4 @@ Online
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Link: $webUrl?eventId=$event.id - + diff --git a/templates/full/deviceOverspeed.vm b/templates/full/deviceOverspeed.vm index f796881a0..f303b734c 100644 --- a/templates/full/deviceOverspeed.vm +++ b/templates/full/deviceOverspeed.vm @@ -16,4 +16,4 @@ Exceeds the speed: $speedString#{if}($geofence) in $geofence.name#{else}#{end} Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
- + diff --git a/templates/full/deviceStopped.vm b/templates/full/deviceStopped.vm index 9e1e47d12..9f8a30707 100644 --- a/templates/full/deviceStopped.vm +++ b/templates/full/deviceStopped.vm @@ -7,4 +7,4 @@ Stopped
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
- + diff --git a/templates/full/deviceUnknown.vm b/templates/full/deviceUnknown.vm index 34b3a7795..0e6e9b4b4 100644 --- a/templates/full/deviceUnknown.vm +++ b/templates/full/deviceUnknown.vm @@ -7,4 +7,4 @@ Status is unknown
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Link: $webUrl?eventId=$event.id - + diff --git a/templates/full/driverChanged.vm b/templates/full/driverChanged.vm index e370d3eea..65e2768b5 100644 --- a/templates/full/driverChanged.vm +++ b/templates/full/driverChanged.vm @@ -7,4 +7,4 @@ Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezo Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
Driver: #{if}($driver)$driver.name#{else}$event.getString("driverUniqueId")#{end} - + diff --git a/templates/full/geofenceEnter.vm b/templates/full/geofenceEnter.vm index 9e00cb388..2d9cd3613 100644 --- a/templates/full/geofenceEnter.vm +++ b/templates/full/geofenceEnter.vm @@ -7,4 +7,4 @@ Has entered geofence: $geofence.name
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
- + diff --git a/templates/full/geofenceExit.vm b/templates/full/geofenceExit.vm index c3a300f37..ae1eb5520 100644 --- a/templates/full/geofenceExit.vm +++ b/templates/full/geofenceExit.vm @@ -7,4 +7,4 @@ Has exited geofence: $geofence.name
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
- + diff --git a/templates/full/ignitionOff.vm b/templates/full/ignitionOff.vm index 8a546ed29..0ec50918b 100644 --- a/templates/full/ignitionOff.vm +++ b/templates/full/ignitionOff.vm @@ -7,4 +7,4 @@ Ignition OFF
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
- + diff --git a/templates/full/ignitionOn.vm b/templates/full/ignitionOn.vm index 9ae9a63e7..7e0d6532d 100644 --- a/templates/full/ignitionOn.vm +++ b/templates/full/ignitionOn.vm @@ -7,4 +7,4 @@ Ignition ON
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
- + diff --git a/templates/full/maintenance.vm b/templates/full/maintenance.vm index 612a675f8..798de637d 100644 --- a/templates/full/maintenance.vm +++ b/templates/full/maintenance.vm @@ -7,4 +7,4 @@ Maintenance is required: $maintenance.name
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
- + diff --git a/templates/full/test.vm b/templates/full/test.vm index 93cbdc549..41e2f3ebd 100644 --- a/templates/full/test.vm +++ b/templates/full/test.vm @@ -4,4 +4,4 @@ Test message - + diff --git a/templates/full/textMessage.vm b/templates/full/textMessage.vm index a20dddbe0..7222b4d91 100644 --- a/templates/full/textMessage.vm +++ b/templates/full/textMessage.vm @@ -3,7 +3,7 @@ Device: $device.name
-Message: $event.getString("message")
+Message: $event.getString("message")
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
- + -- cgit v1.2.3