moved viewing of friendica logs into a separate subpage, thus created a new template
This commit is contained in:
parent
ddb17d36a2
commit
0a5c9e96a8
|
@ -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>
|
Loading…
Reference in New Issue
Block a user