mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
episode grid is lining up properly.
This commit is contained in:
parent
8528bb1301
commit
c6933f0228
3 changed files with 31 additions and 12 deletions
|
@ -12,7 +12,9 @@ define(['app', 'Series/Details/EpisodeStatusCell'], function () {
|
|||
{
|
||||
name : 'episodeNumber',
|
||||
label: '#',
|
||||
cell : 'integer'
|
||||
cell : Backgrid.IntegerCell.extend({
|
||||
className: 'episode-number-cell'
|
||||
})
|
||||
},
|
||||
|
||||
{
|
||||
|
@ -23,8 +25,9 @@ define(['app', 'Series/Details/EpisodeStatusCell'], function () {
|
|||
{
|
||||
name : 'airDate',
|
||||
label: 'Air Date',
|
||||
cell : 'date'
|
||||
//formatter: new Backgrid.AirDateFormatter()
|
||||
cell : Backgrid.DateCell.extend({
|
||||
className: 'episode-air-date-cell'
|
||||
})
|
||||
} ,
|
||||
{
|
||||
name : 'status',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue