Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/1411cac54a41be32fa266c8a17e57fefaad3a8ac?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
1 deletions
@ -17,6 +17,8 @@ Missing
columns.Bound(c => c.AirDate).Format("{0:d}")
columns.Bound(c => c.AirDate).Format("{0:d}")
.Title("Air Date")
.Title("Air Date")
.Width(80);
.Width(80);
columns.Bound(o => o.EpisodeId).Title("")
.ClientTemplate("<a href='#Search' onClick=\"searchForEpisode('<#= EpisodeId #>'); return false;\" >Search</a>");
})
})
.DetailView(detailView => detailView.ClientTemplate(
.DetailView(detailView => detailView.ClientTemplate(
"<fieldset>" +
"<fieldset>" +
@ -9,7 +9,7 @@
.Add("telerik.sitefinity.css")
.Add("telerik.sitefinity.css")
.Add("notibar.css"))
.Add("notibar.css"))
.Render();}
.Render();}
<link href="../../Content/styl e.css" rel="stylesheet" type="text/css" />
<link href="../../Content/Sit e.css" rel="stylesheet" type="text/css" />
<link href="../../Content/jquery-ui.css" rel="stylesheet" type="text/css" />
<link href="../../Content/jquery-ui.css" rel="stylesheet" type="text/css" />
<link href="../../Content/jquery-ui.custom.css" rel="stylesheet" type="text/css" />
<link href="../../Content/jquery-ui.custom.css" rel="stylesheet" type="text/css" />
@RenderSection("HeaderContent", required: false)
@RenderSection("HeaderContent", required: false)