2 Copyright
2018 Dirk Brenken (dev@brenken.org)
3 This is free software, licensed under the Apache License, Version
2.0
9 <script type=
"text/javascript">
13 XHR.poll(
5, '<%=luci.dispatcher.build_url(
"admin",
"services",
"banip",
"logview")%
>', null,
20 var view = document.getElementById(
"view_id");
21 view.value = x.responseText;
22 view.scrollTop = view.scrollHeight;
25 window.onload = log_update();
30 <div class=
"cbi-section">
31 <div class=
"cbi-section-descr"><%:The syslog output, pre-filtered for banIP related messages only.%
></div>
32 <textarea id=
"view_id" readonly=
"readonly" wrap=
"off" value=
""></textarea>