Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/5e26596623605c143006f1552a2d6c48badbbde8?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Status column cleanup

pull/2/head
Mark McDowall 12 years ago committed by kay.one
parent c66c93e4cf
commit 5e26596623

@ -1,6 +1,6 @@
<thead>
<tr>
<th></th>
<th title="Status"></th>
<th>Title</th>
<th>Seasons</th>
<th>Quality</th>

@ -74,7 +74,8 @@ NzbDrone.Series.Index.SeriesCollectionView = Backbone.Marionette.CompositeView.e
},
aoColumns: [
{
sType: "title-string"
sType: "title-string",
sWidth: "13px"
},
null,
null,

Loading…
Cancel
Save