diff --git a/resource/web/event_config.tmpl b/resource/web/event_config.tmpl index 342cd185..1da66596 100755 --- a/resource/web/event_config.tmpl +++ b/resource/web/event_config.tmpl @@ -22,7 +22,7 @@ {{.getName()}} {{.getType()}} - {{.getDeviceData()}} + {{.getDeviceConfig()}}
@@ -57,13 +57,15 @@ Type Date + Data Configuration {{#detectedEvents}} {{.getType()}} {{.getDeviceData().getTimestamp()}} - {{.getDeviceData()}} + {{.getDeviceData()}} + {{.getDeviceConfig()}}
{{/.params}} diff --git a/resource/web/sensor_config.tmpl b/resource/web/sensor_config.tmpl index 6f6518fc..14c45d0f 100755 --- a/resource/web/sensor_config.tmpl +++ b/resource/web/sensor_config.tmpl @@ -24,7 +24,7 @@ {{.getName()}} {{.getType()}} {{.isSynced()}} - {{.getDeviceData()}} + {{.getDeviceConfig()}} @@ -60,13 +60,15 @@ Type Date + Data Configuration {{#detectedSensors}} {{.getType()}} {{.getDeviceData().getTimestamp()}} - {{.getDeviceData()}} + {{.getDeviceData()}} + {{.getDeviceConfig()}}