aboutsummaryrefslogtreecommitdiff
path: root/templates/full/deviceInactive.vm
blob: 51aead6531ad64c2b10b59e84a2b9a9772a139c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#set($subject = "$device.name: inactive")
#set($lastUpdate = $dateTool.getDate())
#set($ignore = $lastUpdate.setTime($event.getLong("lastUpdate")))
<!DOCTYPE html>
<html>
<body>
Device: $device.name<br>
Inactive<br>
Last Update: $dateTool.format("YYYY-MM-dd HH:mm:ss", $lastUpdate, $locale, $timezone)<br>
Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a>
</body>
</html>