mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Optimize view of instruction set extensions by processor admin page.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace cicm_web.Areas.Admin.Models
|
||||
{
|
||||
public class InstructionSetExtensionsByProcessorViewModel
|
||||
{
|
||||
public string Extension;
|
||||
public int Id;
|
||||
public string Processor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user