finish color code support (I think)

This commit is contained in:
RaidMax
2019-08-02 18:04:34 -05:00
parent dfecb99d07
commit bb42861a92
35 changed files with 990 additions and 70 deletions

View File

@ -15,6 +15,8 @@ namespace SharedLibraryCore.Database.Models
[Required]
[MaxLength(24)]
public string Name { get; set; }
[MaxLength(24)]
public string SearchableName { get; set; }
[Required]
public int? IPAddress { get; set; }
[Required]