Add mode to stored rules output

This commit is contained in:
2023-02-08 18:26:40 +00:00
parent 7e78c2857e
commit 1b1dbbc76c
4 changed files with 24 additions and 7 deletions

View File

@@ -83,6 +83,7 @@ class DrilldownTable(Table):
index = Column()
meta = Column()
match_ts = Column()
mode = Column()
template_name = "ui/drilldown/table_results.html"
paginate_by = settings.DRILLDOWN_RESULTS_PER_PAGE