Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/577761c3f2fc92e0768b02c1d232ba46e3ef348f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
52 additions and
28 deletions
@ -22,25 +22,48 @@
< div class = "row" >
< div class = "span12" >
< ul id = "main-menu-region" >
< li > < a href = "/" > < i class = "icon-film" > < / i >
< br >
Series< / a > < / li >
< li > < a href = "/calendar" > < i class = "icon-calendar" > < / i >
< br >
Calendar< / a > < / li >
< li > < a href = "history" > < i class = "icon-time" > < / i > < br >
History< / a > < / li >
< li > < a href = "missing" > < i class = "icon-folder-open" > < / i > < br >
Missing< / a > < / li >
< li > < a href = "settings" > < i class = "icon-cogs" > < / i >
< br >
Settings< / a > < / li >
< li > < a href = "system" > < i class = "icon-laptop" > < / i >
< br >
System< / a > < / li >
< li > < a href = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KRTE52U3XJDSQ" target = "_blank" > < i class = "icon-star" > < / i >
< br >
Donate< / a > < / li >
< li >
< a href = "/" >
< i class = "icon-play" > < / i >
< br >
Series
< / a >
< / li >
< li >
< a href = "/calendar" >
< i class = "icon-calendar-empty" > < / i >
< br >
Calendar
< / a >
< / li >
< li >
< a href = "history" >
< i class = "icon-time" > < / i >
< br >
History
< / a >
< / li >
< li >
< a href = "missing" >
< i class = "icon-question" > < / i >
< br >
Missing
< / a >
< / li >
< li >
< a href = "settings" >
< i class = "icon-wrench" > < / i >
< br >
Settings
< / a >
< / li >
< li >
< a href = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KRTE52U3XJDSQ" target = "_blank" >
< i class = "icon-heart" > < / i >
< br >
Donate
< / a >
< / li >
< / ul >
< / div >
< / div >
@ -64,7 +87,7 @@
< div class = "container" >
< div class = "row" >
< div class = "span12" >
< div id = "footer-region" > < / div >
< div id = "footer-region" > < / div >
< / div >
< / div >
< / div >
@ -173,23 +173,24 @@ define(
items :
[
{
key : ' tabl eView',
key : ' pos ter View',
title : '' ,
icon : 'icon-t abl e',
callback : this . _show Table
icon : 'icon-t h-larg e',
callback : this . _show Posters
} ,
{
key : 'listView' ,
title : '' ,
icon : 'icon- list',
icon : 'icon- th- list',
callback : this . _showList
} ,
{
key : ' pos ter View',
key : ' tabl eView',
title : '' ,
icon : 'icon-picture' ,
callback : this . _showPosters
}
icon : 'icon-table' ,
callback : this . _showTable
} ,
]
} ;