Merge pull request #1082 from musashino205/adblock-fix-call
[project/luci.git] / applications / luci-app-adblock / luasrc / view / adblock / logread.htm
1 <%#
2 Copyright 2016 Hannu Nyman
3 Copyright 2017 Dirk Brenken (dev@brenken.org)
4 This is free software, licensed under the Apache License, Version 2.0
5 -%>
6
7 <%+header%>
8
9 <div class="cbi-map">
10         <fieldset class="cbi-section">
11                 <div class="cbi-section-descr">This form shows the syslog output, pre-filtered for adblock related messages only.</div>
12                 <textarea id="logread_id" style="width: 100%; height: 450px; border: 1px solid #cccccc; padding: 5px; font-size: 12px; font-family: monospace; resize: none;" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+2%>"><%=content:pcdata()%></textarea>
13         </fieldset>
14 </div>
15 <%+footer%>