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>
|
<th>
|
||||||
@Html.DisplayNameFor(model => model.IdentifyDevice.Value.Model)
|
@Html.DisplayNameFor(model => model.IdentifyDevice.Value.Model)
|
||||||
</th>
|
</th>
|
||||||
|
<th>
|
||||||
|
@Html.DisplayNameFor(model => model.IdentifyDevice.Value.FirmwareRevision)
|
||||||
|
</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@@ -60,6 +63,9 @@ ATA IDENTIFY DEVICE responses
|
|||||||
<td>
|
<td>
|
||||||
@Html.DisplayFor(modelItem => item.IdentifyDevice.Value.Model)
|
@Html.DisplayFor(modelItem => item.IdentifyDevice.Value.Model)
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
@Html.DisplayFor(modelItem => item.IdentifyDevice.Value.FirmwareRevision)
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a asp-action="Details" asp-route-id="@item.Id" class="btn btn-primary">Details</a>
|
<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>
|
<a asp-action="Delete" asp-route-id="@item.Id" class="btn btn-danger">Delete</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user