Skip to content

Commit 526d38d

Browse files
author
jefe
committed
fixed bug
#37
1 parent 4088107 commit 526d38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log_viewer/templates/log_viewer/logfile_viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2>{% trans 'Log Files' %}</h2>
8686

8787
function loadDataTable(table_name, url_json) {
8888
$(table_name).DataTable({
89-
pageLength: {{ files_per_page }},
89+
pageLength: {{ page_length }},
9090
columns: [{data: 0}, {data: 1}],
9191
ajax: function (data, callback, settings) {
9292
$.ajax({

0 commit comments

Comments
 (0)