Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/76752a5dbd61d4a21b6b98e7173e65052f4a0693 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Empty list message for System: Events

Co-Authored-By: beyondmeat <beyondmeat@users.noreply.github.com>
pull/2/head
Qstick 5 years ago
parent deeb2979f1
commit 76752a5dbd

@ -82,7 +82,7 @@ function LogsTable(props) {
{
isPopulated && !error && !items.length &&
<div>
No logs found
No events found
</div>
}

Loading…
Cancel
Save