From f62f0881a14dc702f51385963b361e559dcaf042 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 14 Feb 2023 07:20:28 +0000 Subject: [PATCH] Show ingest status --- core/templates/partials/rule-list.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/templates/partials/rule-list.html b/core/templates/partials/rule-list.html index da15f16..1881146 100644 --- a/core/templates/partials/rule-list.html +++ b/core/templates/partials/rule-list.html @@ -19,6 +19,7 @@ priority topic enabled + ingest data length match actions @@ -43,6 +44,17 @@ {% endif %} + + {% if item.ingest %} + + + + {% else %} + + + + {% endif %} + {{ item.data|length }} {{ item.matches }}