Merge pull request #382 from eReuse/features/3858-storage-management
fix template device list
This commit is contained in:
commit
fa990fe050
|
@ -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