mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Do not show MMC FEATURES binary data.
This commit is contained in:
@@ -775,15 +775,8 @@
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.VolumeLevels)
|
||||
</dd>
|
||||
<dt class="col-sm-2">
|
||||
@Html.DisplayNameFor(model => model.BinaryData)
|
||||
</dt>
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.BinaryData)
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div>
|
||||
<a asp-action="Edit" asp-route-id="@Model.Id" class="btn btn-primary">Edit</a>
|
||||
<a asp-action="Index" class="btn btn-secondary">Back to List</a>
|
||||
</div>
|
||||
@@ -405,9 +405,6 @@
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.VolumeLevels)
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.BinaryData)
|
||||
</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -784,9 +781,6 @@
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.VolumeLevels)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.BinaryData)
|
||||
</td>
|
||||
<td>
|
||||
<a asp-action="Details" asp-route-id="@item.Id" class="btn btn-primary">Details</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user