Color signals

This commit is contained in:
Mark Veidemanis 2022-12-06 20:00:41 +00:00
parent 6a549f3fd7
commit 62c37a7a45
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,10 @@
<th>actions</th>
</thead>
{% for item in object_list %}
<tr>
<tr class="
{% if item.direction == 'buy' %}has-background-success-light
{% elif item.direction == 'sell' %}has-background-danger-light
{% endif %}">
<td>{{ item.id }}</td>
<td>{{ item.user }}</td>
<td>{{ item.name }}</td>