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:
@@ -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