log file viewer for web

workspace
Brendan Howell 4 years ago
parent 53f78be149
commit de8a2089ed

@ -14,7 +14,7 @@
<h3>The Screenless Office</h3>
<h4> Log file for bureau <em>${bureau}</em></h4>
<div><a href="/">← Main</a></div>
<div id="logview">${logdata}</div>
<div id="logview"><code>${logdata}</code></div>
<script>
var logDiv = document.getElementById("logview");
logDiv.scrollTop = objDiv.scrollHeight;

Loading…
Cancel
Save