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

Fixed History Grid overlay.

pull/3113/head
Mark McDowall 14 years ago
parent f946eeed42
commit 6542f687d6

@ -39,8 +39,11 @@ History
.Pageable(
c =>
c.PageSize(20).Position(GridPagerPosition.Bottom).Style(GridPagerStyles.NextPrevious))
//.Filterable()
//.ClientEvents(c => c.OnRowDataBound("onRowDataBound"))
.ClientEvents(clientEvents =>
{
clientEvents.OnDataBinding("grid_bind");
clientEvents.OnDataBound("grid_bound");
})
.Render();}
<span class="grid-loader"><img src="@Url.Content( "~/Content/Images/Loading.gif" )" alt="Loading"/> Loading...</span>
</div>

Loading…
Cancel
Save