Fix online status not showing

This commit is contained in:
2022-08-11 07:22:22 +01:00
parent c06c0cbe18
commit 867d86cf6c
3 changed files with 3 additions and 12 deletions

View File

@@ -60,5 +60,6 @@ class DrilldownTable(Table):
exemption = Column()
num_chans = Column()
num_users = Column()
online = Column()
template_name = "ui/drilldown/table_results.html"
paginate_by = settings.DRILLDOWN_RESULTS_PER_PAGE