Fancy grid, well getting there anyways.

Cell colour only in the "Command" column.
Cell colour toggles when ignored is toggled.
This commit is contained in:
Mark McDowall 2012-02-03 23:36:52 -08:00 committed by kay.one
commit d7bc3a3734
6 changed files with 64 additions and 76 deletions

View file

@ -9,7 +9,10 @@ namespace NzbDrone.Web.Models
{
public class SeasonModel
{
public int SeriesId { get; set; }
public int SeasonNumber { get; set; }
public List<EpisodeModel> Episodes { get; set; }
public bool AnyWanted { get; set; }
public string CommonStatus { get; set; }
}
}