feature: job export supports individual user details

This commit is contained in:
Gary Sharp
2025-07-17 13:09:10 +10:00
parent 0905a02aea
commit 3aeb9374a9
7 changed files with 198 additions and 560 deletions
+3
View File
@@ -1,6 +1,7 @@
using Disco.Models.Repository;
using Disco.Models.Services.Exporting;
using Disco.Models.Services.Jobs;
using Disco.Models.UI.Shared;
using System;
using System.Collections.Generic;
@@ -16,5 +17,7 @@ namespace Disco.Models.UI.Job
List<JobQueue> JobQueues { get; set; }
List<KeyValuePair<string, string>> JobStatuses { get; set; }
List<JobType> JobTypes { get; set; }
SharedExportFieldsModel<JobExportOptions> Fields { get; set; }
}
}