Implement searching int events

This commit is contained in:
2022-08-09 07:20:30 +01:00
parent 83cd5e7ee7
commit 9a92429291
9 changed files with 122 additions and 124 deletions

View File

@@ -64,5 +64,6 @@ class DrilldownTable(Table):
mtype = Column()
realname = Column()
server = Column()
mtype = Column()
template_name = "ui/drilldown/table_results.html"
paginate_by = settings.DRILLDOWN_RESULTS_PER_PAGE