feature: job export supports individual user details
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using Disco.Models.Services.Exporting;
|
||||
using Disco.Models.Services.Jobs;
|
||||
using Disco.Models.UI.Job;
|
||||
using Disco.Models.UI.Shared;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@@ -18,5 +19,6 @@ namespace Disco.Web.Models.Job
|
||||
public List<KeyValuePair<string, string>> JobStatuses { get; set; }
|
||||
public List<JobType> JobTypes { get; set; }
|
||||
|
||||
public SharedExportFieldsModel<JobExportOptions> Fields { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user