mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Fix display names for ASP.NET views.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
// Copyright © 2011-2019 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
}
|
||||
ATA IDENTIFY DEVICE responses
|
||||
<h4>ATA IDENTIFY DEVICE responses</h4>
|
||||
<div>
|
||||
<a asp-action="CheckPrivate" class="btn btn-primary">Check private fields</a>
|
||||
<a asp-action="Consolidate" class="btn btn-danger">Consolidate duplicates</a>
|
||||
@@ -48,7 +48,7 @@ ATA IDENTIFY DEVICE responses
|
||||
@Html.DisplayNameFor(model => model.IdentifyDevice.Value.Model)
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.IdentifyDevice.Value.FirmwareRevision)
|
||||
Firmware revision
|
||||
</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user