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,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>
|
||||
|
||||
@@ -22,3 +22,4 @@ requests-oauthlib==1.3.1
|
||||
sqlparse==0.4.3
|
||||
tzdata==2022.6
|
||||
urllib3==1.26.13
|
||||
python-dotenv
|
||||
Reference in New Issue
Block a user