Sort USB Vendors.

This commit is contained in:
2019-11-17 22:32:50 +00:00
parent 8467abadba
commit 2c6dd08004
3 changed files with 5 additions and 13 deletions

View File

@@ -42,12 +42,6 @@
<th>
@Html.DisplayNameFor(model => model.Vendor)
</th>
<th>
@Html.DisplayNameFor(model => model.AddedWhen)
</th>
<th>
@Html.DisplayNameFor(model => model.ModifiedWhen)
</th>
<th></th>
</tr>
</thead>
@@ -61,12 +55,6 @@
<td>
@Html.DisplayFor(modelItem => item.Vendor)
</td>
<td>
@Html.DisplayFor(modelItem => item.AddedWhen)
</td>
<td>
@Html.DisplayFor(modelItem => item.ModifiedWhen)
</td>
<td>
<a asp-action="Details" asp-route-id="@item.Id" class="btn btn-primary">Details</a>
</td>