sistemas por cliente devices
This commit is contained in:
@@ -72,16 +72,16 @@ thead {
|
||||
<td>-</td>
|
||||
<td>click me</td>
|
||||
<td class="table-elipse" data-toggle="collapse" data-target="#demo"><i class="fa fa-ellipsis-h text-black-50"></i></td>
|
||||
</tr>
|
||||
{% for device in devices %}
|
||||
<tr id="demo" class="collapse cell-1 row-child">
|
||||
<td class="text-center" colspan="1"><i class="fa fa-angle-up"></i></td>
|
||||
<td colspan="1">Dispositivo: <strong>{{ device }}</strong> </td>
|
||||
<td colspan="3"></td>
|
||||
<td colspan="1">-</td>
|
||||
<td colspan="2">-</td>
|
||||
</tr>
|
||||
{% for sistema in object.id_sistema.device_set.all %}
|
||||
<tr id="demo" class="collapse cell-1 row-child">
|
||||
<td class="text-center" colspan="1"><i class="fa fa-angle-up"></i></td>
|
||||
<td colspan="1">Dispositivo: <strong>{{sistema}}</strong> </td>
|
||||
<td colspan="3"></td>
|
||||
<td colspan="1">-</td>
|
||||
<td colspan="2">-</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user