Show ingest status

This commit is contained in:
Mark Veidemanis 2023-02-14 07:20:28 +00:00
parent fd47a3ddc8
commit f62f0881a1
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 12 additions and 0 deletions

View File

@ -19,6 +19,7 @@
<th>priority</th> <th>priority</th>
<th>topic</th> <th>topic</th>
<th>enabled</th> <th>enabled</th>
<th>ingest</th>
<th>data length</th> <th>data length</th>
<th>match</th> <th>match</th>
<th>actions</th> <th>actions</th>
@ -43,6 +44,17 @@
</span> </span>
{% endif %} {% endif %}
</td> </td>
<td>
{% if item.ingest %}
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
{% else %}
<span class="icon">
<i class="fa-solid fa-xmark"></i>
</span>
{% endif %}
</td>
<td>{{ item.data|length }}</td> <td>{{ item.data|length }}</td>
<td>{{ item.matches }}</td> <td>{{ item.matches }}</td>
<td> <td>