2008-11-16 22:45:10 +00:00
|
|
|
<%#
|
2015-01-16 22:38:38 +00:00
|
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
2015-01-16 22:46:42 +00:00
|
|
|
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
2015-01-16 22:38:38 +00:00
|
|
|
Licensed to the public under the Apache License 2.0.
|
2008-11-16 22:45:10 +00:00
|
|
|
-%>
|
2015-01-16 22:38:38 +00:00
|
|
|
|
2008-11-16 22:45:10 +00:00
|
|
|
<%+header%>
|
2015-10-06 11:29:43 +00:00
|
|
|
<h2 name="content"><%:Kernel Log%></h2>
|
2008-11-16 22:45:10 +00:00
|
|
|
<div id="content_syslog">
|
2017-09-13 17:49:40 +00:00
|
|
|
<textarea style="font-size: 12px;" readonly="readonly" wrap="off" rows="<%=dmesg:cmatch("\n")+2%>" id="syslog"><%=dmesg:pcdata()%></textarea>
|
2008-11-16 22:45:10 +00:00
|
|
|
</div>
|
|
|
|
<%+footer%>
|