15-12-2022 ~ 2

This commit is contained in:
Jonathan Jenne
2022-12-15 15:59:38 +01:00
parent e4c5658c13
commit 63edd9e542
30 changed files with 331 additions and 214 deletions

View File

@@ -1,7 +1,5 @@
@using ECM.JobRunner.Common.JobRunnerReference;
@using ECM.JobRunner.Web.Data;
@inject JobService Jobs
@inject ImportService Import;
@if (Profile == null)
{
@@ -45,7 +43,7 @@ else
</span>
<span>@step.IndexName</span>
</div>
@step.Method
Process @step.Scope with Method @step.Method
</div>
</a>
}