luci/applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm
Eric Luehrsen 7ca169710e luci-app-unbound: clean up presentation of advanced LuCI tabs
Add CSS for editing tabs to provide monospace font and offset
editing window color from read only windows. Expand 'control'
option to match with net/unbound. Add 'extended_stats' option
to match with net/unbound.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-09-22 23:04:40 -04:00

8 lines
271 B
HTML

<%+header%>
<h3><%=heading:pcdata()%></h3>
<p><%=description:pcdata()%></p>
<div>
<textarea style="width: 100%; height: 480px; font-family: monospace;" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+2%>"><%=content:pcdata()%></textarea>
</div>
<%+footer%>