Bump platform and requisition throughput on successful trades

This commit is contained in:
2023-03-20 13:54:56 +00:00
parent 9627fb7d41
commit 04f5595a86
10 changed files with 139 additions and 28 deletions

View File

@@ -13,6 +13,7 @@
<th>id</th>
<th>aggregator</th>
<th>payees</th>
<th>throughput</th>
</thead>
{% for item in requisitions %}
<tr>
@@ -23,6 +24,7 @@
{{ payee.name }}{% if not forloop.last %}, {% endif %}
{% endfor %}
</td>
<td>{{ item.throughput }}</td>
</tr>
{% endfor %}
</table>

View File

@@ -18,6 +18,7 @@
<th>service</th>
<th>payees</th>
<th>link group</th>
<th>throughput</th>
<th>enabled</th>
<th>actions</th>
</thead>
@@ -41,6 +42,7 @@
{% endfor %}
</td>
<td>{{ item.link_group|default_if_none:"—" }}</td>
<td>{{ item.throughput }}</td>
<td>
{% if item.enabled %}
<span class="icon">