diff options
author | Maximilien Cuony <maximilien@theglu.org> | 2016-09-11 12:33:01 +0200 |
---|---|---|
committer | Maximilien Cuony <maximilien@theglu.org> | 2016-09-11 12:33:01 +0200 |
commit | 3e932df42dce7d9c44e6c71112951eb64abb8374 (patch) | |
tree | 39b716f01a1583ee79a41764a08c3f47be0d2eb4 /templates/index.html | |
parent | 0891138200bb8f400bf9e0d4abaf20793d3f7b57 (diff) | |
download | glutte-serial-web-3e932df42dce7d9c44e6c71112951eb64abb8374.tar.gz glutte-serial-web-3e932df42dce7d9c44e6c71112951eb64abb8374.tar.bz2 glutte-serial-web-3e932df42dce7d9c44e6c71112951eb64abb8374.zip |
Last 1000 lines are displayed
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 0cf5a09..c8c773b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,7 @@ </head> <body> <h1>Ceci n'est pas une Glutte</h1> - <pre id="output"></pre> + <pre id="output">{% for l in last_lines %}{{l}}{% endfor %}</pre> <script> var output = document.getElementById('output'); |