mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Show native resolution in screen list.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user