fixed event save issue

This commit is contained in:
Ziver Koc 2018-12-03 19:07:30 +01:00
parent 93a237ad17
commit a3a7409808

View file

@ -30,6 +30,7 @@
<div class="btn-toolbar pull-right">
<button type="button" class="btn btn-default btn-xs" data-toggle="modal"
data-target="#eventModal"
data-action="modify_local_event"
data-id="{{.getId()}}"
data-name="{{.getName()}}"
data-type="{{.getType()}}"
@ -69,6 +70,7 @@
<div class="btn-toolbar pull-right">
<button type="button" class="btn btn-default btn-xs" data-toggle="modal"
data-target="#eventModal"
data-action="create_local_event"
data-type="{{.getType()}}"
{{#.getDeviceConfigurator().getConfiguration()}}
data-{{.getName()}}="{{.getString()}}"