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:
6d4370d
)
add fontsize style parameter
author
psyborg55
<redacted>
Wed, 13 Sep 2017 17:47:47 +0000
(19:47 +0200)
committer
GitHub
<redacted>
Wed, 13 Sep 2017 17:47:47 +0000
(19:47 +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/syslog.htm
patch
|
blob
|
history
diff --git
a/modules/luci-mod-admin-full/luasrc/view/admin_status/syslog.htm
b/modules/luci-mod-admin-full/luasrc/view/admin_status/syslog.htm
index b87f21d08d307c33349454b2db076e8a05d6c6df..fb734a76d96f7ef46f9c5fe165a80a8966cc51dd 100644
(file)
--- a/
modules/luci-mod-admin-full/luasrc/view/admin_status/syslog.htm
+++ b/
modules/luci-mod-admin-full/luasrc/view/admin_status/syslog.htm
@@
-7,6
+7,6
@@
<%+header%>
<h2 name="content"><%:System Log%></h2>
<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>
<%+footer%>
git clone https://git.99rst.org/PROJECT