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:
@@ -31,6 +31,7 @@
|
||||
// ****************************************************************************/
|
||||
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using DiscImageChef.CommonTypes.Metadata;
|
||||
|
||||
namespace DiscImageChef.Server.Models
|
||||
@@ -57,6 +58,7 @@ namespace DiscImageChef.Server.Models
|
||||
Type = report.Type;
|
||||
}
|
||||
|
||||
[DisplayName("Uploaded when")]
|
||||
public DateTime UploadedWhen { get; set; }
|
||||
|
||||
public int? ATAId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user