]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit
Start on "Logs" (log viewer). This only shows live logs at the moment.
authorBram Matthys <redacted>
Thu, 27 Apr 2023 17:22:07 +0000 (19:22 +0200)
committerBram Matthys <redacted>
Thu, 27 Apr 2023 17:22:07 +0000 (19:22 +0200)
commit0ba71cfd8096123c419a8b6425d4e5c5fc9dfaa9
tree11e3ef190b277124a3cd5fc3c8bdbcf21ac5de5f
parentee401f9ae622a7a064ec1d6169e27c8e216622d8
Start on "Logs" (log viewer). This only shows live logs at the moment.
Still to do:
* Click = all details
* Fetch past XYZ log entries (requires new unrealircd api call)

Since 'responsive' datatables were not working, i made it non-responsive
and did the responsiveness myself based on resolutions etc.
I kinda hate the manual fiddling but now it works great on mobile both
in landscape and portrait mode, and on various desktop resolutions.
api/log.php [new file with mode: 0644]
inc/common.php
inc/header.php
js/unrealircd-admin.js
logs/index.php [new file with mode: 0644]