Changed type to show configuration class
This commit is contained in:
parent
e88250196e
commit
a8fe102bb8
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
</thead>
|
||||
<tr>
|
||||
<th class="text-right">Type:</th>
|
||||
<td>{{event.getDeviceData().getClass().getSimpleName()}}</td>
|
||||
<td>{{event.getDeviceConfig().getClass().getSimpleName()}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-right">Owner:</th>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</thead>
|
||||
<tr>
|
||||
<th class="text-right">Type:</th>
|
||||
<td>{{sensor.getDeviceData().getClass().getSimpleName()}}</td>
|
||||
<td>{{sensor.getDeviceConfig().getClass().getSimpleName()}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-right">Public:</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue