Add more fields to table

This commit is contained in:
2022-08-30 12:55:33 +01:00
parent 0d58a3b082
commit 0fc5943c8e
3 changed files with 7 additions and 1 deletions

View File

@@ -68,6 +68,9 @@ class DrilldownTable(Table):
tokens = Column()
hidden = Column()
filename = Column()
file_md5 = Column()
file_ext = Column()
file_size = Column()
template_name = "ui/drilldown/table_results.html"
paginate_by = settings.DRILLDOWN_RESULTS_PER_PAGE