mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Implement index admin page for resolutions by screen.
This commit is contained in:
@@ -30,10 +30,12 @@
|
||||
{
|
||||
<tr>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Screen.Type)
|
||||
@if(item.Screen.NativeResolution != null) { @($"{item.Screen.Diagonal}\" {item.Screen.Type} with {item.Screen.NativeResolution}") }
|
||||
else
|
||||
{ @($"{item.Screen.Diagonal}\" {item.Screen.Type}") }
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Resolution.Id)
|
||||
@item.Resolution.ToString()
|
||||
</td>
|
||||
<td>
|
||||
<a asp-action="Details"
|
||||
|
||||
Reference in New Issue
Block a user