bugfix, missed method name rename
This commit is contained in:
parent
e7655b380e
commit
72bd17569d
2 changed files with 8 additions and 8 deletions
|
|
@ -34,9 +34,9 @@
|
||||||
data-id="{{.getId()}}"
|
data-id="{{.getId()}}"
|
||||||
data-name="{{.getName()}}"
|
data-name="{{.getName()}}"
|
||||||
data-type="{{.getType()}}"
|
data-type="{{.getType()}}"
|
||||||
{{#.getDeviceConfig().getConfiguration()}}
|
{{#.getDeviceConfigurator().getConfiguration()}}
|
||||||
data-{{.getName()}}="{{.getString()}}"
|
data-{{.getName()}}="{{.getString()}}"
|
||||||
{{/.getDeviceConfig().getConfiguration()}}
|
{{/.getDeviceConfigurator().getConfiguration()}}
|
||||||
>
|
>
|
||||||
<span class="glyphicon glyphicon-pencil"></span>
|
<span class="glyphicon glyphicon-pencil"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
@ -71,9 +71,9 @@
|
||||||
<button type="button" class="btn btn-default btn-xs" data-toggle="modal"
|
<button type="button" class="btn btn-default btn-xs" data-toggle="modal"
|
||||||
data-target="#eventModal"
|
data-target="#eventModal"
|
||||||
data-type="{{.getType()}}"
|
data-type="{{.getType()}}"
|
||||||
{{#.getDeviceConfig().getConfiguration()}}
|
{{#.getDeviceConfigurator().getConfiguration()}}
|
||||||
data-{{.getName()}}="{{.getString()}}"
|
data-{{.getName()}}="{{.getString()}}"
|
||||||
{{/.getDeviceConfig().getConfiguration()}}
|
{{/.getDeviceConfigurator().getConfiguration()}}
|
||||||
>
|
>
|
||||||
<span class="glyphicon glyphicon-plus"></span>
|
<span class="glyphicon glyphicon-plus"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
|
|
@ -37,9 +37,9 @@
|
||||||
data-name="{{.getName()}}"
|
data-name="{{.getName()}}"
|
||||||
data-type="{{.getType()}}"
|
data-type="{{.getType()}}"
|
||||||
data-sync="{{.isSynced()}}"
|
data-sync="{{.isSynced()}}"
|
||||||
{{#.getDeviceConfig().getConfiguration()}}
|
{{#.getDeviceConfigurator().getConfiguration()}}
|
||||||
data-{{.getName()}}="{{.getString()}}"
|
data-{{.getName()}}="{{.getString()}}"
|
||||||
{{/.getDeviceConfig().getConfiguration()}}
|
{{/.getDeviceConfigurator().getConfiguration()}}
|
||||||
>
|
>
|
||||||
<span class="glyphicon glyphicon-pencil"></span>
|
<span class="glyphicon glyphicon-pencil"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
@ -74,9 +74,9 @@
|
||||||
<button type="button" class="btn btn-default btn-xs" data-toggle="modal"
|
<button type="button" class="btn btn-default btn-xs" data-toggle="modal"
|
||||||
data-target="#sensorModal"
|
data-target="#sensorModal"
|
||||||
data-type="{{.getType()}}"
|
data-type="{{.getType()}}"
|
||||||
{{#.getDeviceConfig().getConfiguration()}}
|
{{#.getDeviceConfigurator().getConfiguration()}}
|
||||||
data-{{.getName()}}="{{.getString()}}"
|
data-{{.getName()}}="{{.getString()}}"
|
||||||
{{/.getDeviceConfig().getConfiguration()}}
|
{{/.getDeviceConfigurator().getConfiguration()}}
|
||||||
>
|
>
|
||||||
<span class="glyphicon glyphicon-plus"></span>
|
<span class="glyphicon glyphicon-plus"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue