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:
@@ -1,3 +1,5 @@
|
||||
@using DiscImageChef.Decoders.SCSI
|
||||
@using DiscImageChef.Server.Core
|
||||
@model DiscImageChef.CommonTypes.Metadata.Mmc
|
||||
|
||||
@{
|
||||
@@ -35,16 +37,9 @@
|
||||
}
|
||||
<h3>Are you sure you want to delete this?</h3>
|
||||
<div>
|
||||
<h4>Mmc</h4>
|
||||
<h4>SCSI CD-ROM capabilities page - ID = @Model.Id</h4>
|
||||
<hr />
|
||||
<dl class="row">
|
||||
<dt class="col-sm-2">
|
||||
@Html.DisplayNameFor(model => model.ModeSense2AData)
|
||||
</dt>
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.ModeSense2AData)
|
||||
</dd>
|
||||
</dl>
|
||||
@Html.Raw(Html.EncodedMultiLineText(Modes.PrettifyModePage_2A(Model.ModeSense2AData)))
|
||||
<form asp-action="Delete">
|
||||
<input type="hidden" asp-for="Id" />
|
||||
<a asp-action="Index" class="btn btn-primary">Back to List</a>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
// ****************************************************************************/
|
||||
}
|
||||
<a asp-action="Clean" class="btn btn-danger">Clean</a>
|
||||
<h4>SCSI CD-ROM capabilities pages</h4>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user