diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-23 16:05:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-23 16:05:55 +0000 |
commit | 38319cfaa58144207570b65d8bfe287c1e9cc3c1 (patch) | |
tree | 48863b192534642911099f0b38e4443789f63e15 /modules | |
parent | 1fb8929f221dfe23f3eeb05169ebfe4c908b926e (diff) |
* luci/themes/openwrt.org: fixes for syslog page and overall improvements, thanks Carlos
Diffstat (limited to 'modules')
-rw-r--r-- | modules/admin-full/luasrc/view/admin_status/syslog.htm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_status/syslog.htm b/modules/admin-full/luasrc/view/admin_status/syslog.htm index f6e0f7a61..d5bf5d65a 100644 --- a/modules/admin-full/luasrc/view/admin_status/syslog.htm +++ b/modules/admin-full/luasrc/view/admin_status/syslog.htm @@ -15,5 +15,7 @@ $Id$ <%+header%> <h2><a id="content" name="content"><%:status%></a></h2> <h3><%:syslog%></h3> -<code><%=luci.util.pcdata(syslog)%></code> +<div id="content_syslog"> +<textarea readonly="readonly" wrap="off" id="syslog"><%=luci.util.pcdata(syslog)%></textarea> +</div> <%+footer%> |