mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Remove details and edit from SCSI MODE SENSE pages.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user