Add more fields to table
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user