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

The requested device report has not been found...

return; } @if(!_initialized) {

Loading...

return; }

@_pageTitle