| + @DisplayNameHelper.GetDisplayName(typeof(DeviceStat), nameof(DeviceStat.Manufacturer)) + | ++ @DisplayNameHelper.GetDisplayName(typeof(DeviceStat), nameof(DeviceStat.Model)) + | ++ @DisplayNameHelper.GetDisplayName(typeof(DeviceStat), nameof(DeviceStat.Revision)) + | ++ @DisplayNameHelper.GetDisplayName(typeof(DeviceStat), nameof(DeviceStat.Bus)) + | ++ Has report? + | ++ Actions + | +
|---|---|---|---|---|---|
| + @item.Manufacturer + | ++ @item.Model + | ++ @item.Revision + | ++ @item.Bus + | ++ @if(item.Report is null) + { + @("No") + + (Find) + } + else + { + Yes + } + | ++ + Edit + + + | +