Pagination styling
This commit is contained in:
@@ -36,14 +36,18 @@ namespace LeafWeb.WebCms.Models
|
||||
[Required]
|
||||
public DateTime Added { get; set; }
|
||||
|
||||
[Display(Name = "Error Message")]
|
||||
public string OutputErrorMessage { get; set; }
|
||||
|
||||
[Display(Name = "Warning Message")]
|
||||
public string OutputWarningMessage { get; set; }
|
||||
|
||||
[UIHint("Status")]
|
||||
public string CurrentStatus { get; set; }
|
||||
|
||||
[UIHint("LeafInputStatusViewModels")]
|
||||
public List<LeafInputStatusViewModel> StatusHistory { get; set; }
|
||||
|
||||
public string OutputErrorMessage { get; set; }
|
||||
|
||||
static LeafInputDetails()
|
||||
{
|
||||
Mapper.CreateMap<LeafInputFile, string>().ConvertUsing(file => file?.Contents.GetString());
|
||||
|
||||
Reference in New Issue
Block a user