mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-20 21:16:56 +00:00
Status column cleanup
This commit is contained in:
parent
c66c93e4cf
commit
5e26596623
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th title="Status"></th>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Seasons</th>
|
<th>Seasons</th>
|
||||||
<th>Quality</th>
|
<th>Quality</th>
|
||||||
|
|
|
@ -74,7 +74,8 @@ NzbDrone.Series.Index.SeriesCollectionView = Backbone.Marionette.CompositeView.e
|
||||||
},
|
},
|
||||||
aoColumns: [
|
aoColumns: [
|
||||||
{
|
{
|
||||||
sType: "title-string"
|
sType: "title-string",
|
||||||
|
sWidth: "13px"
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
|
|
Loading…
Reference in a new issue