Update config
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django_tables2 import Column, Table
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
class DrilldownTable(Table):
|
||||
id = Column()
|
||||
@@ -38,5 +38,5 @@ class DrilldownTable(Table):
|
||||
num_chans = Column()
|
||||
num_users = Column()
|
||||
template_name = "ui/drilldown/table_results.html"
|
||||
paginate_by = 5
|
||||
paginate_by = settings.DRILLDOWN_RESULTS_PER_PAGE
|
||||
row_attrs = "is-primary"
|
||||
|
||||
Reference in New Issue
Block a user