aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/deviceUnknown.vm
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mail/deviceUnknown.vm')
-rw-r--r--templates/mail/deviceUnknown.vm10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/mail/deviceUnknown.vm b/templates/mail/deviceUnknown.vm
deleted file mode 100644
index 34fa01a8a..000000000
--- a/templates/mail/deviceUnknown.vm
+++ /dev/null
@@ -1,10 +0,0 @@
-#set($subject = "$device.name: status is unknown")
-<!DOCTYPE html>
-<html>
-<body>
-Device: $device.name<br>
-Status is unknown<br>
-Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone)<br>
-Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a>
-</body>
-</html>