fix template device list
This commit is contained in:
parent
a54942a8a8
commit
c9a3dbf6c6
|
@ -357,7 +357,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
{% for dev in devices %}
|
||||
{% if not dev.parent_id or dev.parent.placeholder.kangaroo %}
|
||||
{% if dev.placeholder and (not dev.parent_id or dev.parent.placeholder.kangaroo) %}
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" class="deviceSelect" data="{{ dev.id }}"
|
||||
|
|
Reference in New Issue