Show ID for ATA entities.

This commit is contained in:
2019-11-09 19:26:39 +00:00
parent f7ea40cfb0
commit d83f5fa093

View File

@@ -37,6 +37,9 @@ ATA IDENTIFY DEVICE responses
<table class="table">
<thead>
<tr>
<th>
@Html.DisplayNameFor(model => model.Id)
</th>
<th>
@Html.DisplayNameFor(model => model.IdentifyDevice.Value.Model)
</th>
@@ -47,6 +50,9 @@ ATA IDENTIFY DEVICE responses
@foreach (var item in Model)
{
<tr>
<td>
@Html.DisplayFor(modelItem => item.Id)
</td>
<td>
@Html.DisplayFor(modelItem => item.IdentifyDevice.Value.Model)
</td>