Remove details and edit from SCSI MODE SENSE pages.

This commit is contained in:
2019-11-16 02:53:36 +00:00
parent 457ba29f7e
commit 034889f1ca
4 changed files with 0 additions and 207 deletions

View File

@@ -42,9 +42,6 @@
<th>
@Html.DisplayNameFor(model => model.subpage)
</th>
<th>
@Html.DisplayNameFor(model => model.value)
</th>
<th></th>
</tr>
</thead>
@@ -59,11 +56,6 @@
@Html.DisplayFor(modelItem => item.subpage)
</td>
<td>
@Html.DisplayFor(modelItem => item.value)
</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>