Update my email addresses in the license headers
[project/luci.git] / modules / luci-mod-admin-full / luasrc / view / admin_status / dmesg.htm
1 <%#
2  Copyright 2008 Steven Barth <steven@midlink.org>
3  Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
4  Licensed to the public under the Apache License 2.0.
5 -%>
6
7 <%+header%>
8 <h2><a id="content" name="content"><%:Kernel Log%></a></h2>
9 <div id="content_syslog">
10 <textarea readonly="readonly" wrap="off" rows="<%=dmesg:cmatch("\n")+2%>" id="syslog"><%=dmesg:pcdata()%></textarea>
11 </div>
12 <%+footer%>