Do not show MMC FEATURES binary data.

This commit is contained in:
2019-11-16 01:03:12 +00:00
parent 347fb6892e
commit 5158fb11be
2 changed files with 0 additions and 13 deletions

View File

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