X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/0e8dc61e98bff128d807ed2c1df9898817abba0b..452b8eada34a0857aee8b5ea2a1dcb0a550626d3:/logs/index.php diff --git a/logs/index.php b/logs/index.php index 193328e..282e327 100644 --- a/logs/index.php +++ b/logs/index.php @@ -3,7 +3,7 @@ require_once "../inc/common.php"; require_once "../inc/header.php"; ?>

Log viewer

- +

This fetches up to 1000 historical log entries from UnrealIRCd (requires 6.1.1-git+) and then follows the logs 'live'.

@@ -179,6 +179,9 @@ $(document).ready( function () { ], 'pageLength':100, 'order':[[0,'desc']], + 'language':{ + searchPlaceholder: "Nick, IP, anything...", + } }; /* Only show filter pane on desktop */