Do not allow block descriptors to be deleted, edited or detailed.

This commit is contained in:
2019-11-10 13:48:03 +00:00
parent 60f43d565f
commit 5b1204242d
5 changed files with 0 additions and 300 deletions

View File

@@ -45,7 +45,6 @@
<th>
@Html.DisplayNameFor(model => model.BlockLength)
</th>
<th></th>
</tr>
</thead>
<tbody>
@@ -61,11 +60,6 @@
<td>
@Html.DisplayFor(modelItem => item.BlockLength)
</td>
<td>
<a asp-action="Details" asp-route-id="@item.Id" class="btn btn-primary">Details</a>
<a asp-action="Edit" asp-route-id="@item.Id" class="btn btn-secondary">Edit</a>
<a asp-action="Delete" asp-route-id="@item.Id" class="btn btn-danger">Delete</a>
</td>
</tr>
}
</tbody>