Fix display names for ASP.NET views.

This commit is contained in:
2019-11-24 19:09:57 +00:00
parent 371c7d3f3e
commit 453147da3d
60 changed files with 779 additions and 347 deletions

View File

@@ -36,7 +36,7 @@
// ****************************************************************************/
}
<div>
<h4>MMC FEATURES - ID = @Model.Id</h4>
<h4>SCSI CD-ROM capabilities page - ID = @Model.Id</h4>
<hr />
@Html.Raw(Html.EncodedMultiLineText(Modes.PrettifyModePage_2A(Model.ModeSense2AData)))
</div>