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

Updated jobs view

pull/2/head
Mark McDowall 13 years ago
parent aa282fbd4d
commit 89d22f2eb9

@ -31,8 +31,7 @@
<thead>
<tr>
<th>Type</th>
<th>Target</th>
<th>Secondary</th>
<th>Options</th>
</tr>
</thead>
<tbody>
@ -92,8 +91,7 @@
"sPaginationType": "four_button",
"aoColumns": [
{ sWidth: 'auto', "mDataProp": "Type"}, //Type
{ sWidth: '100px', "mDataProp": "Target" }, //Target
{ sWidth: '100px', "mDataProp": "SecondaryTarget" }, //SecondaryTarget
{ sWidth: '100px', "mDataProp": "Options" } //Options
]
});
});

Loading…
Cancel
Save