Operations env
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">UUID</th>
|
||||
<th></th>
|
||||
<th scope="col"> UUID</th>
|
||||
|
||||
<th scope="col">
|
||||
PAC
|
||||
@@ -44,7 +45,8 @@
|
||||
<tbody>
|
||||
{% for obj in lista %}
|
||||
<tr class="{% if obj.modo == 'Normal' %}table-success{% endif %}">
|
||||
<th scope="row">{{obj.uuid}}</th>
|
||||
<td>{{ forloop.counter }}) </td>
|
||||
<th scope="row">{{obj.uuid}}</th>
|
||||
<td>{{obj.rfcp}}</td>
|
||||
<td>{{obj.tipo}}</td>
|
||||
<td>{{obj.serie}}/{{obj.folio}}</td>
|
||||
|
||||
Reference in New Issue
Block a user