Status column cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user