Commit c6ef1eb4 by Bach Dániel

dashboard: fix pagination

parent 08abf4b5
......@@ -364,6 +364,7 @@ class MessageListTable(Table):
)
class Meta:
template = "django_tables2/with_pagination.html"
model = Message
attrs = {'class': "table table-bordered table-striped table-hover",
'id': "disk-list-table"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment