logread.htm 618 B

123456789101112131415
  1. <%#
  2. Copyright 2017 Dirk Brenken (dev@brenken.org)
  3. This is free software, licensed under the Apache License, Version 2.0
  4. -%>
  5. <%+header%>
  6. <div class="cbi-map">
  7. <fieldset class="cbi-section">
  8. <div class="cbi-section-descr"><%:This form shows the syslog output, pre-filtered for DNSCrypt-Proxy related messages only.%></div>
  9. <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>
  10. </fieldset>
  11. </div>
  12. <%+footer%>