remove Add Job component and make Type read-only in Edit

This commit is contained in:
Shaun Walker
2021-01-18 10:19:42 -05:00
parent 8be9fd6eb2
commit b664bc2dbb
3 changed files with 2 additions and 144 deletions

View File

@ -15,10 +15,10 @@
</tr>
<tr>
<td>
<Label For="type" HelpText="Enter the job type" ResourceKey="Type">Type: </Label>
<Label For="type" HelpText="The fully qualified job type name" ResourceKey="Type">Type: </Label>
</td>
<td>
<input id="type" class="form-control" @bind="@_jobType" />
<input id="type" class="form-control" @bind="@_jobType" readonly />
</td>
</tr>
<tr>