@model DeviceStat @{ Layout = null; } Delete

Are you sure you want to delete this?

DeviceStat


@Html.DisplayNameFor(model => model.Manufacturer)
@Html.DisplayFor(model => model.Manufacturer)
@Html.DisplayNameFor(model => model.Model)
@Html.DisplayFor(model => model.Model)
@Html.DisplayNameFor(model => model.Revision)
@Html.DisplayFor(model => model.Revision)
@Html.DisplayNameFor(model => model.Bus)
@Html.DisplayFor(model => model.Bus)
| Back to List