Merge pull request #1365 from psyborg55/master
luci-mod-admin-full: add fontsize style parameter
This commit is contained in:
commit
4609c1360f
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@
|
||||||
<%+header%>
|
<%+header%>
|
||||||
<h2 name="content"><%:Kernel Log%></h2>
|
<h2 name="content"><%:Kernel Log%></h2>
|
||||||
<div id="content_syslog">
|
<div id="content_syslog">
|
||||||
<textarea readonly="readonly" wrap="off" rows="<%=dmesg:cmatch("\n")+2%>" id="syslog"><%=dmesg:pcdata()%></textarea>
|
<textarea style="font-size: 12px;" readonly="readonly" wrap="off" rows="<%=dmesg:cmatch("\n")+2%>" id="syslog"><%=dmesg:pcdata()%></textarea>
|
||||||
</div>
|
</div>
|
||||||
<%+footer%>
|
<%+footer%>
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
<%+header%>
|
<%+header%>
|
||||||
<h2 name="content"><%:System Log%></h2>
|
<h2 name="content"><%:System Log%></h2>
|
||||||
<div id="content_syslog">
|
<div id="content_syslog">
|
||||||
<textarea readonly="readonly" wrap="off" rows="<%=syslog:cmatch("\n")+2%>" id="syslog"><%=syslog:pcdata()%></textarea>
|
<textarea style="font-size: 12px;" readonly="readonly" wrap="off" rows="<%=syslog:cmatch("\n")+2%>" id="syslog"><%=syslog:pcdata()%></textarea>
|
||||||
</div>
|
</div>
|
||||||
<%+footer%>
|
<%+footer%>
|
||||||
|
|
Loading…
Reference in a new issue