Show ingest status

master
Mark Veidemanis 1 year ago
parent fd47a3ddc8
commit f62f0881a1
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -19,6 +19,7 @@
<th>priority</th>
<th>topic</th>
<th>enabled</th>
<th>ingest</th>
<th>data length</th>
<th>match</th>
<th>actions</th>
@ -43,6 +44,17 @@
</span>
{% endif %}
</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.matches }}</td>
<td>

Loading…
Cancel
Save