diff --git a/resource/web/event_detail.tmpl b/resource/web/event_detail.tmpl
index 515c8b8d..c0291fb6 100755
--- a/resource/web/event_detail.tmpl
+++ b/resource/web/event_detail.tmpl
@@ -19,12 +19,12 @@
Owner: |
{{event.getUser().getUsername()}} |
- {{#event.getDeviceConfig().getConfiguration()}}
+ {{#event.getDeviceConfigurator().getConfiguration()}}
| {{.getNiceName()}}: |
{{.getString()}} |
- {{/event.getDeviceConfig().getConfiguration()}}
+ {{/event.getDeviceConfigurator().getConfiguration()}}
diff --git a/resource/web/sensor_detail.tmpl b/resource/web/sensor_detail.tmpl
index 47c0dff0..807c51ba 100755
--- a/resource/web/sensor_detail.tmpl
+++ b/resource/web/sensor_detail.tmpl
@@ -54,12 +54,12 @@
Owner: |
{{sensor.getUser().getUsername()}} |
- {{#sensor.getDeviceConfig().getConfiguration()}}
+ {{#sensor.getDeviceConfigurator().getConfiguration()}}
| {{.getNiceName()}}: |
{{.getString()}} |
- {{/sensor.getDeviceConfig().getConfiguration()}}
+ {{/sensor.getDeviceConfigurator().getConfiguration()}}