modules/admin-full: hide special interfaces like imq0, mon.wlan0 etc.
[project/luci.git] / modules / admin-full / luasrc / view / admin_status / syslog.htm
index f3d1f0a..06aeeb0 100644 (file)
@@ -13,7 +13,8 @@ $Id$
 
 -%>
 <%+header%>
-<h1><%:status%></h1>
-<h2><%:syslog%></h2>
-<code><%=syslog%></code>
-<%+footer%>
\ No newline at end of file
+<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%>