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

Network column width fix.

pull/6/head
Mark McDowall 13 years ago
parent 64a913fb8e
commit c768fff4ef

@ -157,7 +157,7 @@
}, //Title
{ sWidth: '100px', "mDataProp": "SeasonsCount", "bSortable": false }, //Seasons
{ sWidth: '100px', "mDataProp": "QualityProfileName" }, //Quality
{ sWidth: '100px', "mDataProp": "Network" }, //Network
{ sWidth: '120px', "mDataProp": "Network" }, //Network
{ sWidth: '120px', "mDataProp": function (source, type, val) {
// 'display' and 'filter' use our fancy naming
if (type === 'display' || type === 'filter') {

Loading…
Cancel
Save