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

Don't show queue actions buttons until API side fixes are in

pull/2/head
Mark McDowall 10 years ago
parent 3907e2b168
commit 698093cbb9

@ -77,12 +77,12 @@ define(
cell : ProgressCell,
cellValue : 'this'
},
{
name : 'status',
label : '',
cell : QueueActionsCell,
cellValue : 'this'
}
//{
// name : 'status',
// label : '',
// cell : QueueActionsCell,
// cellValue : 'this'
//}
],
initialize: function () {

Loading…
Cancel
Save