We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4088107 + 526d38d commit 723cf80Copy full SHA for 723cf80
log_viewer/templates/log_viewer/logfile_viewer.html
@@ -86,7 +86,7 @@ <h2>{% trans 'Log Files' %}</h2>
86
87
function loadDataTable(table_name, url_json) {
88
$(table_name).DataTable({
89
- pageLength: {{ files_per_page }},
+ pageLength: {{ page_length }},
90
columns: [{data: 0}, {data: 1}],
91
ajax: function (data, callback, settings) {
92
$.ajax({
0 commit comments