tables row succes

This commit is contained in:
fjrodriguez
2022-12-05 11:16:39 -06:00
parent 6213077e27
commit 43171dd341

View File

@@ -37,7 +37,7 @@
</thead>
<tbody>
{% for obj in lista %}
<tr class="">
<tr class="{% if obj.modo=='Normal' %}table-success{% endif %}">
<th scope="row">{{obj.uuid}}</th>
<td>{{obj.rfcp}}</td>
<td>{{obj.tipo}}</td>