mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
System/PendingProcessing grid converted to Datatables.
Misnamed Controller and Views removed.
This commit is contained in:
parent
f21f3517cf
commit
d6e4c5fc53
6 changed files with 79 additions and 203 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue