Operations env
This commit is contained in:
@@ -20,7 +20,8 @@
|
|||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">UUID</th>
|
<th></th>
|
||||||
|
<th scope="col"> UUID</th>
|
||||||
|
|
||||||
<th scope="col">
|
<th scope="col">
|
||||||
PAC
|
PAC
|
||||||
@@ -44,7 +45,8 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for obj in lista %}
|
{% for obj in lista %}
|
||||||
<tr class="{% if obj.modo == 'Normal' %}table-success{% endif %}">
|
<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.rfcp}}</td>
|
||||||
<td>{{obj.tipo}}</td>
|
<td>{{obj.tipo}}</td>
|
||||||
<td>{{obj.serie}}/{{obj.folio}}</td>
|
<td>{{obj.serie}}/{{obj.folio}}</td>
|
||||||
|
|||||||
@@ -22,3 +22,4 @@ requests-oauthlib==1.3.1
|
|||||||
sqlparse==0.4.3
|
sqlparse==0.4.3
|
||||||
tzdata==2022.6
|
tzdata==2022.6
|
||||||
urllib3==1.26.13
|
urllib3==1.26.13
|
||||||
|
python-dotenv
|
||||||
Reference in New Issue
Block a user