Implement searching different indexes

This commit is contained in:
2022-08-11 22:45:02 +01:00
parent cccd91ec7a
commit e76c163591
8 changed files with 142 additions and 161 deletions

View File

@@ -61,5 +61,8 @@ class DrilldownTable(Table):
num_chans = Column()
num_users = Column()
online = Column()
mtype = Column()
realname = Column()
server = Column()
template_name = "ui/drilldown/table_results.html"
paginate_by = settings.DRILLDOWN_RESULTS_PER_PAGE