]> git.mxchange.org Git - friendica.git/blob - view/templates/admin/logs/view.tpl
wrapping up 2019.12
[friendica.git] / view / templates / admin / logs / view.tpl
1 <div id="adminpage">
2         <h1>{{$title}} - {{$page}}</h1>
3         
4         <h3>{{$logname}}</h3>
5         <div style="width:100%; height:400px; overflow: auto; "><pre>{{$data}}</pre></div>
6 </div>