mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Fix display names for ASP.NET views.
This commit is contained in:
@@ -349,6 +349,9 @@ namespace DiscImageChef.Server.Areas.Admin.Controllers
|
||||
|
||||
public IActionResult Find(int id, string manufacturer, string model, string revision, string bus)
|
||||
{
|
||||
if(model is null)
|
||||
return NotFound();
|
||||
|
||||
var found = new FindReportModel
|
||||
{
|
||||
Id = id, Manufacturer = manufacturer, Model = model, Revision = revision,
|
||||
|
||||
Reference in New Issue
Block a user