diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-09-05 12:47:25 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-09-05 12:47:25 +0100 |
| commit | 39a9fd6fa014bfbd5225c18ba9d9272987218bd6 (patch) | |
| tree | e5d500cebe952d86bc217eb6509d0e3109faba5e /app/templates/admin/annotations.html | |
| parent | Don't assign task to user that has unfinished tasks (diff) | |
| download | AnnotateChange-39a9fd6fa014bfbd5225c18ba9d9272987218bd6.tar.gz AnnotateChange-39a9fd6fa014bfbd5225c18ba9d9272987218bd6.zip | |
Set default pagelength to 25
Diffstat (limited to 'app/templates/admin/annotations.html')
| -rw-r--r-- | app/templates/admin/annotations.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/templates/admin/annotations.html b/app/templates/admin/annotations.html index bedf425..5a3f66a 100644 --- a/app/templates/admin/annotations.html +++ b/app/templates/admin/annotations.html @@ -38,7 +38,9 @@ <script src="{{ bootstrap_find_resource('js/jquery.dataTables.js', cdn='datatables', use_minified=True) }}"></script> <script> $(document).ready(function() { - $('#annotations-table').DataTable(); + $('#annotations-table').DataTable({ + "pageLength": 25 + }); }); </script> {% endblock scripts %} |
