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/app/templates/device.html | 21 --------------------- web/app/templates/front-page.html | 24 ------------------------ web/app/templates/property.html | 36 ------------------------------------ 3 files changed, 81 deletions(-) delete mode 100644 web/app/templates/device.html delete mode 100644 web/app/templates/front-page.html delete mode 100644 web/app/templates/property.html (limited to 'web/app/templates') diff --git a/web/app/templates/device.html b/web/app/templates/device.html deleted file mode 100644 index ae028b5..0000000 --- a/web/app/templates/device.html +++ /dev/null @@ -1,21 +0,0 @@ -
- -

- {{ctrl.device.key}} - device -

- - - -

Properties

- - -
diff --git a/web/app/templates/front-page.html b/web/app/templates/front-page.html deleted file mode 100644 index 1846dea..0000000 --- a/web/app/templates/front-page.html +++ /dev/null @@ -1,24 +0,0 @@ -
- -

- Diller - All your sensor data are belong to us -

- -

Devices

- - - - - - - - - - - - -
Key
- {{d.key}} -
-
diff --git a/web/app/templates/property.html b/web/app/templates/property.html deleted file mode 100644 index 65a66e8..0000000 --- a/web/app/templates/property.html +++ /dev/null @@ -1,36 +0,0 @@ -
- -

- {{ctrl.device.key}} - device -

- -

- {{ctrl.property.key}} - property -

- - - -

Latest Values

- - - - - - - - - - - - - - -
TimestampValue
{{v.timestamp | date:'medium'}}{{v.value}}
- -
-- cgit v1.2.3