Password handling for the SSH client

This commit is contained in:
2016-02-09 16:18:01 -05:00
parent 279551e9be
commit be89837a27
5 changed files with 39 additions and 10 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ namespace LeafWeb.Web.ViewModels.LeafInput
public string SiteId { get; set; }
[Display(Name = "Photosynthetic Pathways")]
[Required(ErrorMessage = "A photosynthesis pathway must be chosen")]
[Required(ErrorMessage = "A Photosynthetic pathway must be chosen")]
public SelectListViewModel PhotosynthesisType { get; set; }
static CreateViewModel()