mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Network column width fix.
This commit is contained in:
@@ -157,7 +157,7 @@
|
|||||||
}, //Title
|
}, //Title
|
||||||
{ sWidth: '100px', "mDataProp": "SeasonsCount", "bSortable": false }, //Seasons
|
{ sWidth: '100px', "mDataProp": "SeasonsCount", "bSortable": false }, //Seasons
|
||||||
{ sWidth: '100px', "mDataProp": "QualityProfileName" }, //Quality
|
{ sWidth: '100px', "mDataProp": "QualityProfileName" }, //Quality
|
||||||
{ sWidth: '100px', "mDataProp": "Network" }, //Network
|
{ sWidth: '120px', "mDataProp": "Network" }, //Network
|
||||||
{ sWidth: '120px', "mDataProp": function (source, type, val) {
|
{ sWidth: '120px', "mDataProp": function (source, type, val) {
|
||||||
// 'display' and 'filter' use our fancy naming
|
// 'display' and 'filter' use our fancy naming
|
||||||
if (type === 'display' || type === 'filter') {
|
if (type === 'display' || type === 'filter') {
|
||||||
|
Reference in New Issue
Block a user