System/PendingProcessing grid converted to Datatables.

Misnamed Controller and Views removed.
This commit is contained in:
Mark McDowall 2012-02-09 23:11:56 -08:00
parent f21f3517cf
commit d6e4c5fc53
6 changed files with 79 additions and 203 deletions

View file

@ -8,7 +8,9 @@ namespace NzbDrone.Web.Models
{
public string Name { get; set; }
public string Files { get; set; }
public DateTime Created { get; set; }
public string Created { get; set; }
public string Path { get; set; }
public string Actions { get; set; }
public string Details { get; set; }
}
}