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 @@
-
+
-
-
Configuration
-
-
-
-
- | Name: |
- {{sensor.getName()}} |
-
-
-
- | Type: |
- {{sensor.getDeviceData().getClass().getSimpleName()}} |
-
-
- | Public: |
- {{sensor.isSynced()}} |
-
-
- | Owner: |
- {{sensor.getUser().getUsername()}} |
-
- {{#sensor.getDeviceConfigurator().getConfiguration()}}
-
- | {{.getNiceName()}}: |
- {{.getString()}} |
-
- {{/sensor.getDeviceConfigurator().getConfiguration()}}
-
+
+
+
Configuration
+
+
+
+
+ | Name: |
+ {{sensor.getName()}} |
+
+
+
+ | Type: |
+ {{sensor.getDeviceData().getClass().getSimpleName()}} |
+
+
+ | Public: |
+ {{sensor.isSynced()}} |
+
+
+ | Owner: |
+ {{sensor.getUser().getUsername()}} |
+
+ {{#sensor.getDeviceConfigurator().getConfiguration()}}
+
+ | {{.getNiceName()}}: |
+ {{.getString()}} |
+
+ {{/sensor.getDeviceConfigurator().getConfiguration()}}
+
+
+
+
+
+
+
+
History data
+
+
+
+
+ | Timestamp |
+ Data |
+
+ {{#history}}
+
+ | {{.timestamp}} |
+ {{.data}} |
+
+ {{/history}}
+
+
-
-
History data
-
+
-
-
- | Timestamp |
- Data |
-
- {{#history}}
-
- | {{.timestamp}} |
- {{.data}} |
-
- {{/history}}
-
+
+
+
\ No newline at end of file