refactor: make exporting consistent
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using Disco.Models.Repository;
|
||||
using Disco.Models.Services.Exporting;
|
||||
using Disco.Models.Services.Jobs.Exporting;
|
||||
using Disco.Models.Services.Jobs;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.UI.Job
|
||||
@@ -9,8 +10,8 @@ namespace Disco.Models.UI.Job
|
||||
{
|
||||
JobExportOptions Options { get; set; }
|
||||
|
||||
string ExportSessionId { get; set; }
|
||||
ExportResult ExportSessionResult { get; set; }
|
||||
Guid? ExportId { get; set; }
|
||||
ExportResult ExportResult { get; set; }
|
||||
|
||||
List<JobQueue> JobQueues { get; set; }
|
||||
List<KeyValuePair<string, string>> JobStatuses { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user