aboutsummaryrefslogtreecommitdiffstats
path: root/view/admin_logs.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-16 22:20:12 -0700
committerFriendika <info@friendika.com>2011-06-16 22:20:12 -0700
commitfb0b22fb130c03cd92d361e044949c404c78b102 (patch)
treee18bf31cf4a7fe2dafcceca24e81b5956a9ffd48 /view/admin_logs.tpl
parenta66083b3e47cb6689728e38a0b7ade9d23ddbc4b (diff)
downloadvolse-hubzilla-fb0b22fb130c03cd92d361e044949c404c78b102.tar.gz
volse-hubzilla-fb0b22fb130c03cd92d361e044949c404c78b102.tar.bz2
volse-hubzilla-fb0b22fb130c03cd92d361e044949c404c78b102.zip
fix admin log viewer (will only read the last 5M of the log, and puts the text into a scrolling div)
Diffstat (limited to 'view/admin_logs.tpl')
-rw-r--r--view/admin_logs.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/admin_logs.tpl b/view/admin_logs.tpl
index f2939a7ac..9d133b155 100644
--- a/view/admin_logs.tpl
+++ b/view/admin_logs.tpl
@@ -12,6 +12,7 @@
</form>
<h3>$logname</h3>
- <iframe src='$baseurl/$logname' style="width:100%; height:400px"></iframe>
+ <div style="width:100%; height:400px; overflow: auto; "><pre>$data</pre></div>
+<!-- <iframe src='$baseurl/$logname' style="width:100%; height:400px"></iframe> -->
<!-- <div class="submit"><input type="submit" name="page_logs_clear_log" value="$clear" /></div> -->
</div>