Move processors admin index to Blazor.

This commit is contained in:
2020-05-24 17:59:47 +01:00
parent 2d18733439
commit 38c0558764
9 changed files with 280 additions and 58 deletions

View File

@@ -32,5 +32,7 @@ namespace Marechai.ViewModels
public string InstructionSet { get; set; }
public List<string> InstructionSetExtensions { get; set; }
public int? CompanyId { get; set; }
public string IntroducedView => Introduced?.ToShortDateString() ?? "Unknown";
}
}