moved viewing of friendica logs into a separate subpage, thus created a new template

This commit is contained in:
Tobias Diekershoff 2015-12-27 08:22:30 +01:00
parent ddb17d36a2
commit 0a5c9e96a8
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<div id='adminpage'>
<h1>{{$title}} - {{$page}}</h1>
<h3>{{$logname}}</h3>
<div style="width:100%; height:400px; overflow: auto; "><pre>{{$data}}</pre></div>
</div>