Remove option to delete CHS.

This commit is contained in:
2019-11-10 13:44:07 +00:00
parent e45ef84919
commit 6af8c1c084
3 changed files with 0 additions and 98 deletions

View File

@@ -48,7 +48,6 @@
<th>
@Html.DisplayNameFor(model => model.Sectors)
</th>
<th></th>
</tr>
</thead>
<tbody>
@@ -64,9 +63,6 @@
<td>
@Html.DisplayFor(modelItem => item.Sectors)
</td>
<td>
<a asp-action="Delete" asp-route-id="@item.Id" class="btn btn-danger">Delete</a>
</td>
</tr>
}
</tbody>