Small changes to detail pages and change tellstick plugin to write in UTF-8

Former-commit-id: 90320b2bd13c134c0e3ec447759443af3303de42
This commit is contained in:
Ziver Koc 2016-01-25 16:20:16 +01:00
parent b1464d9508
commit ff9709b6d2
4 changed files with 23 additions and 7 deletions

View file

@ -8,7 +8,7 @@
<thead>
<tr>
<th class="text-right">Name:</th>
<td>{{event.getName()}}</td>
<th>{{event.getName()}}</th>
</tr>
</thead>
<tr>
@ -17,8 +17,14 @@
</tr>
<tr>
<th class="text-right">Owner:</th>
<td>{{event.getUser().getUsername()}}</td>
<td>{{event.getUser().getUsername()}} <p></td>
</tr>
{{#event.getDeviceConfig().getConfiguration()}}
<tr>
<th class="text-right">{{.getNiceName()}}:</th>
<td>{{.getString()}}</td>
</tr>
{{/event.getDeviceConfig().getConfiguration()}}
</table>
</div>
</div>