From e8ec4001ce1297d5a3db6d3fc8af8de47daa6a61 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 25 Oct 2015 00:33:41 +0200 Subject: wip --- web/static/app/templates/device.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 web/static/app/templates/device.html (limited to 'web/static/app/templates/device.html') diff --git a/web/static/app/templates/device.html b/web/static/app/templates/device.html new file mode 100644 index 0000000..b466fdc --- /dev/null +++ b/web/static/app/templates/device.html @@ -0,0 +1,34 @@ +
+ +

+ {{ctrl.device.key}} + device +

+ + + +

Properties

+ + + + + + + + + + + + + + +
RegisteredKey
+ {{p.created_timestamp | date:'medium'}} + + {{p.key}} +
+
-- cgit v1.2.3