Searching: Add detail to device search results

This commit is contained in:
Gary Sharp
2018-04-19 17:06:58 +10:00
parent 8278efb9a6
commit df721d7d6e
8 changed files with 118 additions and 111 deletions
@@ -40,7 +40,7 @@ namespace Disco.Models.Services.Searching
public string AssignedUserId { get; set; }
public string ComputerName { get; set; }
public string DeviceModelDescription { get; set; }
public string DeviceProfileDescription { get; set; }
public string DeviceProfileName { get; set; }
public string DeviceBatchName { get; set; }
public int JobCount { get; set; }
public DateTime? DecommissionedDate { get; set; }