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:
@@ -34,7 +34,7 @@
|
||||
// Copyright © 2011-2019 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
}
|
||||
SCSI INQUIRY responses
|
||||
<h4>SCSI INQUIRY responses</h4>
|
||||
<div>
|
||||
<a asp-action="Consolidate" class="btn btn-danger">Consolidate duplicates</a>
|
||||
</div>
|
||||
@@ -45,13 +45,13 @@ SCSI INQUIRY responses
|
||||
@Html.DisplayNameFor(model => model.Id)
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.Inquiry.Value.VendorIdentification)
|
||||
Vendor identification
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.Inquiry.Value.ProductIdentification)
|
||||
Product identification
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.Inquiry.Value.ProductRevisionLevel)
|
||||
Product revision level
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.SupportsModeSense6)
|
||||
|
||||
Reference in New Issue
Block a user