Show native resolution in screen list.

This commit is contained in:
2019-06-01 23:55:06 +01:00
parent 366e27917c
commit 01713e087f
4 changed files with 9 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
@Html.DisplayNameFor(model => model.Diagonal)
</th>
<th>
@Html.DisplayNameFor(model => model.Size)
@Html.DisplayNameFor(model => model.NativeResolution)
</th>
<th>
@Html.DisplayNameFor(model => model.EffectiveColors)
@@ -38,9 +38,9 @@
<td>
@Html.DisplayFor(modelItem => item.Diagonal)
</td>
<td>
@Html.DisplayFor(modelItem => item.Size)
</td>
<th>
@Html.DisplayFor(modelItem => item.NativeResolution)
</th>
<td>
@Html.DisplayFor(modelItem => item.EffectiveColors)
</td>