Operations env

This commit is contained in:
fjrodriguez
2022-12-13 09:37:47 -06:00
parent 69e357785e
commit 7bea944972
2 changed files with 5 additions and 2 deletions

View File

@@ -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>

View File

@@ -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