]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - logs/index.php
Add start of Notes functionality
[irc/unrealircd/unrealircd-webpanel.git] / logs / index.php
index 193328ed1b2b731cbf05f472cd8dd6e293d7a3bf..282e3273f29acfa7e4e78c93554b18130dc7d459 100644 (file)
@@ -3,7 +3,7 @@ require_once "../inc/common.php";
 require_once "../inc/header.php";
 ?>
 <h4>Log viewer</h4>
-
+<p>This fetches up to 1000 historical log entries from UnrealIRCd (requires 6.1.1-git+) and then follows the logs 'live'.</p>
        <!-- The log table -->
        <form method="post">
        <table id="data_list" class="table-striped display nowrap" style="width:100%">
@@ -179,6 +179,9 @@ $(document).ready( function () {
                ],
                'pageLength':100,
                'order':[[0,'desc']],
+               'language':{
+                       searchPlaceholder: "Nick, IP, anything...",
+               }
        };
 
        /* Only show filter pane on desktop */