Implement showing tokens

This commit is contained in:
2022-08-13 01:02:45 +01:00
parent 73792d724d
commit 18448dce5a
2 changed files with 6 additions and 0 deletions

View File

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