git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bac20bc
)
add fontsize style parameter
author
psyborg55
<redacted>
Wed, 13 Sep 2017 17:49:40 +0000
(19:49 +0200)
committer
GitHub
<redacted>
Wed, 13 Sep 2017 17:49:40 +0000
(19:49 +0200)
add fontsize style parameter to reduce output text size
Signed-off-by: Tomislav Požega <redacted>
modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm
patch
|
blob
|
history
diff --git
a/modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm
b/modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm
index c119b572963b8f94056785e6db14e45f5fdaaf89..1a8770ef88f93a877685024a20e5f187f168bf3e 100644
(file)
--- a/
modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm
+++ b/
modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm
@@
-7,6
+7,6
@@
<%+header%>
<h2 name="content"><%:Kernel Log%></h2>
<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>
<%+footer%>
git clone https://git.99rst.org/PROJECT