aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin/annotations.html
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-09-05 12:47:25 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-09-05 12:47:25 +0100
commit39a9fd6fa014bfbd5225c18ba9d9272987218bd6 (patch)
treee5d500cebe952d86bc217eb6509d0e3109faba5e /app/templates/admin/annotations.html
parentDon't assign task to user that has unfinished tasks (diff)
downloadAnnotateChange-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.html4
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 %}