mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
No need for custom header for series status
This commit is contained in:
parent
4a530a6c91
commit
73ee1f89fe
2 changed files with 2 additions and 61 deletions
|
@ -47,10 +47,9 @@ define(
|
|||
columns:
|
||||
[
|
||||
{
|
||||
name : 'status',
|
||||
name : 'statusWeight',
|
||||
label : '',
|
||||
cell : SeriesStatusCell,
|
||||
headerCell: SeriesStatusHeaderCell
|
||||
cell : SeriesStatusCell
|
||||
},
|
||||
{
|
||||
name : 'title',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue