mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Implement list admin page for resolutions by screen.
This commit is contained in:
@@ -42,5 +42,8 @@ namespace Cicm.Database.Models
|
||||
public virtual ICollection<ScreensByMachine> ScreensByMachines { get; set; }
|
||||
[Required]
|
||||
public int NativeResolutionId { get; set; }
|
||||
|
||||
public override string ToString() =>
|
||||
NativeResolution != null ? $"{Diagonal}\" {Type} at {NativeResolution}" : $"{Diagonal}\" {Type}";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user