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

@@ -35,7 +35,7 @@
}
<h3>Are you sure you want to delete this?</h3>
<div>
<h4>TestedSequentialMedia</h4>
<h4>Tested sequential media</h4>
<hr />
<dl class="row">
<dt class="col-sm-2">
@@ -80,18 +80,6 @@
<dd class="col-sm-10">
@Html.DisplayFor(model => model.Model)
</dd>
<dt class="col-sm-2">
@Html.DisplayNameFor(model => model.ModeSense6Data)
</dt>
<dd class="col-sm-10">
@Html.DisplayFor(model => model.ModeSense6Data)
</dd>
<dt class="col-sm-2">
@Html.DisplayNameFor(model => model.ModeSense10Data)
</dt>
<dd class="col-sm-10">
@Html.DisplayFor(model => model.ModeSense10Data)
</dd>
</dl>
<form asp-action="Delete">
<input type="hidden" asp-for="Id" />

View File

@@ -33,6 +33,7 @@
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
}
<h4>Tested sequential media</h4>
<table class="table">
<thead>
<tr>