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

Config grid was always hidden.

pull/19/head
Mark McDowall 13 years ago
parent c702944d46
commit 3a992a8d0c

@ -41,7 +41,7 @@
}
$(document).ready(function() {
$('#historyGrid').removeClass('hidden-grid');
$('#configGrid').removeClass('hidden-grid');
oTable = $('.dataTablesGrid').dataTable({
"bShowAll": true,

Loading…
Cancel
Save