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:
@@ -16,7 +16,8 @@ namespace cicm_web.Areas.Admin.Models
|
||||
[DisplayFormat(DataFormatString = "{0:d}")]
|
||||
[DataType(DataType.Date)]
|
||||
public DateTime? Sold { get; set; }
|
||||
public string SoldTo { get; set; }
|
||||
[DisplayName("Sold to")]
|
||||
public string SoldTo { get; set; }
|
||||
public string Country { get; set; }
|
||||
[Required]
|
||||
public CompanyStatus Status { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user