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

@ -9,7 +9,6 @@
}
else
{
<ActionLink Action="Add" Text="Add Job" ResourceKey="AddJob" />
<ActionLink Action="Log" Class="btn btn-secondary" Text="View Logs" ResourceKey="ViewJobs" />
<button type="button" class="btn btn-secondary" @onclick="(async () => await Refresh())">Refresh</button>
<br />