@page "/Report/View/{Id:int}" @using Aaru.Server.Database @using Blazorise @rendermode InteractiveServer @inject Microsoft.EntityFrameworkCore.IDbContextFactory DbContextFactory @_pageTitle @if(_notFound) {

The requested device report has not been found...

return; } @if(!_initialized) {

Loading...

return; }

@_pageTitle

@if(UsbItem is not null) { USB characteristics Manufacturer @UsbItem.Manufacturer Product @UsbItem.Product Vendor ID @UsbItem.VendorDescription Product ID @UsbItem.ProductDescription
}