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

Fixed: Empty list message for System: Events

(cherry picked from commit a23639e62ee5e2106831c10d51b6a4d6ba569fdc)

Closes 
pull/1112/head
beyondmeat 5 years ago committed by Qstick
parent ed1935c85d
commit 050dd67972

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

Loading…
Cancel
Save