Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/af705cbf9a14a5d0a7990645edd7a4c92180f7a7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
4 deletions
@ -58,8 +58,7 @@
.Sortable(rows => rows.OrderBy(epSort => epSort.Add(c => c.Date).Descending()).Enabled(true))
.Pageable(
c =>
c.PageSize(20).Position(GridPagerPosition.Both).Style(GridPagerStyles.PageInput |
GridPagerStyles.NextPreviousAndNumeric))
c.PageSize(50).Position(GridPagerPosition.Bottom).Style(GridPagerStyles.NextPrevious))
//.Filterable()
//.ClientEvents(c => c.OnRowDataBound("onRowDataBound"))
.Render();
@ -46,8 +46,7 @@
.Sortable(rows => rows.OrderBy(epSort => epSort.Add(c => c.Time).Descending()).Enabled(true))
.Pageable(
c =>
c.PageSize(20).Position(GridPagerPosition.Both).Style(GridPagerStyles.PageInput |
GridPagerStyles.NextPreviousAndNumeric))
c.PageSize(50).Position(GridPagerPosition.Bottom).Style(GridPagerStyles.NextPrevious))
.Filterable()
.ClientEvents(c => c.OnRowDataBound("onRowDataBound"))
.Render();