1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Status column cleanup

This commit is contained in:
Mark McDowall 2013-02-13 22:56:05 -06:00 committed by kay.one
parent c66c93e4cf
commit 5e26596623
2 changed files with 3 additions and 2 deletions

View File

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

View File

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