From 72bd17569d7addd3d5ad817e360d25674a8531a5 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Thu, 25 Aug 2016 21:27:29 +0200 Subject: [PATCH] bugfix, missed method name rename --- resource/web/event_config.tmpl | 8 ++++---- resource/web/sensor_config.tmpl | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resource/web/event_config.tmpl b/resource/web/event_config.tmpl index 1da66596..5582c92c 100755 --- a/resource/web/event_config.tmpl +++ b/resource/web/event_config.tmpl @@ -34,9 +34,9 @@ data-id="{{.getId()}}" data-name="{{.getName()}}" data-type="{{.getType()}}" - {{#.getDeviceConfig().getConfiguration()}} + {{#.getDeviceConfigurator().getConfiguration()}} data-{{.getName()}}="{{.getString()}}" - {{/.getDeviceConfig().getConfiguration()}} + {{/.getDeviceConfigurator().getConfiguration()}} > @@ -71,9 +71,9 @@ diff --git a/resource/web/sensor_config.tmpl b/resource/web/sensor_config.tmpl index 14c45d0f..14e0aa1e 100755 --- a/resource/web/sensor_config.tmpl +++ b/resource/web/sensor_config.tmpl @@ -37,9 +37,9 @@ data-name="{{.getName()}}" data-type="{{.getType()}}" data-sync="{{.isSynced()}}" - {{#.getDeviceConfig().getConfiguration()}} + {{#.getDeviceConfigurator().getConfiguration()}} data-{{.getName()}}="{{.getString()}}" - {{/.getDeviceConfig().getConfiguration()}} + {{/.getDeviceConfigurator().getConfiguration()}} > @@ -74,9 +74,9 @@