tables row succes
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for obj in lista %}
|
{% for obj in lista %}
|
||||||
<tr class="">
|
<tr class="{% if obj.modo=='Normal' %}table-success{% endif %}">
|
||||||
<th scope="row">{{obj.uuid}}</th>
|
<th scope="row">{{obj.uuid}}</th>
|
||||||
<td>{{obj.rfcp}}</td>
|
<td>{{obj.rfcp}}</td>
|
||||||
<td>{{obj.tipo}}</td>
|
<td>{{obj.tipo}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user