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">
<thead>
<tr>
<th scope="col">UUID</th>
<th></th>
<th scope="col"> UUID</th>
<th scope="col">
PAC
@@ -44,6 +45,7 @@
<tbody>
{% for obj in lista %}
<tr class="{% if obj.modo == 'Normal' %}table-success{% endif %}">
<td>{{ forloop.counter }}) </td>
<th scope="row">{{obj.uuid}}</th>
<td>{{obj.rfcp}}</td>
<td>{{obj.tipo}}</td>

View File

@@ -22,3 +22,4 @@ requests-oauthlib==1.3.1
sqlparse==0.4.3
tzdata==2022.6
urllib3==1.26.13
python-dotenv