16-12-2022
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@page "/profiles/import"
|
||||
@using ECM.JobRunner.Common.JobRunnerReference;
|
||||
@using ECM.JobRunner.Web.Data;
|
||||
@inject JobService Jobs
|
||||
@inject ImportService Import;
|
||||
@inject HelperService Jobs
|
||||
@inject ImportProfileService Import;
|
||||
|
||||
<PageTitle>Import Profiles</PageTitle>
|
||||
|
||||
@@ -34,7 +34,7 @@ else
|
||||
@foreach (var profile in filteredProfiles)
|
||||
{
|
||||
<a href="/profiles/import/@profile.Id" class="list-group-item list-group-item-action d-flex justify-content-between align-items-start">
|
||||
<div class="ms-2 me-auto">
|
||||
<div class="me-auto">
|
||||
<div class="fw-bold">
|
||||
<span>
|
||||
@if (profile.Active)
|
||||
|
||||
Reference in New Issue
Block a user