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:
@@ -81,11 +81,13 @@ namespace DiscImageChef.Server.Models
|
||||
Type = type;
|
||||
}
|
||||
|
||||
public DateTime AddedWhen { get; set; }
|
||||
public DateTime? ModifiedWhen { get; set; }
|
||||
public virtual CompactDiscOffset CdOffset { get; set; }
|
||||
[DisplayName("Added when")]
|
||||
public DateTime AddedWhen { get; set; }
|
||||
[DisplayName("Modified when")]
|
||||
public DateTime? ModifiedWhen { get; set; }
|
||||
public virtual CompactDiscOffset CdOffset { get; set; }
|
||||
|
||||
[DefaultValue(0)]
|
||||
[DefaultValue(0), DisplayName("Optimal no. of sectors to be read at once")]
|
||||
public int OptimalMultipleSectorsRead { get; set; }
|
||||
|
||||
public int? ATAId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user