mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Missing Grid uses ToBestDateString for formatting.
Fixed padding for No Data being cut off (also when loading) for the grids.
This commit is contained in:
@@ -20,7 +20,8 @@ Missing
|
||||
columns.Bound(c => c.SeasonNumber).Title("Season").Width(40);
|
||||
columns.Bound(c => c.EpisodeNumber).Title("Episode").Width(40);
|
||||
columns.Bound(c => c.EpisodeTitle).Title("Episode Title");
|
||||
columns.Bound(c => c.AirDate).Format("{0:d}")
|
||||
columns.Bound(c => c.AirDate)
|
||||
.ClientTemplate("<#= AirDateString #>")
|
||||
.Title("Air Date")
|
||||
.Width(80);
|
||||
columns.Bound(c => c.EpisodeId)
|
||||
|
||||
Reference in New Issue
Block a user