modules/admin-full: add DSL status to index page (#620)
[project/luci.git] / modules / admin-full / luasrc / view / admin_status / syslog.htm
index f6e0f7a..06aeeb0 100644 (file)
@@ -13,7 +13,8 @@ $Id$
 
 -%>
 <%+header%>
 
 -%>
 <%+header%>
-<h2><a id="content" name="content"><%:status%></a></h2>
-<h3><%:syslog%></h3>
-<code><%=luci.util.pcdata(syslog)%></code>
+<h2><a id="content" name="content"><%:System Log%></a></h2>
+<div id="content_syslog">
+<textarea readonly="readonly" wrap="off" rows="<%=syslog:cmatch("\n")+2%>" id="syslog"><%=syslog:pcdata()%></textarea>
+</div>
 <%+footer%>
 <%+footer%>