mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Show firmware revision in ATA list.
This commit is contained in:
@@ -47,6 +47,9 @@ ATA IDENTIFY DEVICE responses
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.IdentifyDevice.Value.Model)
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.IdentifyDevice.Value.FirmwareRevision)
|
||||
</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -60,6 +63,9 @@ ATA IDENTIFY DEVICE responses
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.IdentifyDevice.Value.Model)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.IdentifyDevice.Value.FirmwareRevision)
|
||||
</td>
|
||||
<td>
|
||||
<a asp-action="Details" asp-route-id="@item.Id" class="btn btn-primary">Details</a>
|
||||
<a asp-action="Delete" asp-route-id="@item.Id" class="btn btn-danger">Delete</a>
|
||||
|
||||
Reference in New Issue
Block a user