diff --git a/resource/web/sensor_detail.tmpl b/resource/web/sensor_detail.tmpl index 8cd5f4e8..0f3a75dc 100755 --- a/resource/web/sensor_detail.tmpl +++ b/resource/web/sensor_detail.tmpl @@ -4,67 +4,93 @@
Last 24 hours
-
+
- +
-
-
Configuration
-
- - - - - - - - - - - - - - - - - - - - {{#sensor.getDeviceConfigurator().getConfiguration()}} - - - - - {{/sensor.getDeviceConfigurator().getConfiguration()}} -
Name:{{sensor.getName()}}
Type:{{sensor.getDeviceData().getClass().getSimpleName()}}
Public:{{sensor.isSynced()}}
Owner:{{sensor.getUser().getUsername()}}

{{.getNiceName()}}:{{.getString()}}
+
+
+
Configuration
+
+ + + + + + + + + + + + + + + + + + + + {{#sensor.getDeviceConfigurator().getConfiguration()}} + + + + + {{/sensor.getDeviceConfigurator().getConfiguration()}} +
Name:{{sensor.getName()}}
Type:{{sensor.getDeviceData().getClass().getSimpleName()}}
Public:{{sensor.isSynced()}}
Owner:{{sensor.getUser().getUsername()}}

{{.getNiceName()}}:{{.getString()}}
+
+
+
+ +
+
+
History data
+
+ + + + + + + {{#history}} + + + + + {{/history}} +
TimestampData
{{.timestamp}}{{.data}}
+
-
-
History data
-
+
+
+
7 days
+
+
+
+
+
- - - - - - {{#history}} - - - - - {{/history}} -
TimestampData
{{.timestamp}}{{.data}}
+
+
+
All History
+
+
+
+ + \ No newline at end of file