Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/e67ffb871a10cb6af86aa58a88fe78cabefca001
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
18 additions and
2 deletions
@ -120,3 +120,19 @@
{
background-color : # 616161 ;
}
. remove-newznab
{
padding : 3px 1px ;
vertical-align : top ;
border : none ;
display : inline-block ! important ;
text-decoration : none ! important ;
color : # 000000 ;
font-size : 19px ;
line-height : 10px ;
}
. remove-newznab : before {
cursor : pointer ;
}
@ -15,8 +15,8 @@
</span>
@if(!Model.BuiltIn)
{
<a href="# " id="@Model.Id" class="deleteProvider" onclick="deleteProvider('@(Model.Id)'); return false;">
<img src="../../Content/Images/close.png" alt="Delete" width="22px" height="22px" / ></a>
<a href="/settings/deletenewznabprovider?providerId=@Model.Id " id="@Model.Id" class="deleteProvider" onclick="deleteProvider('@(Model.Id)'); return false;">
<i class="icon-remove remove-newznab"></i ></a>
}
</div>
<div class="providerOptions">