First Pass at LeafDataQuery for Queue

This commit is contained in:
2020-06-17 15:26:31 -04:00
parent 5ac9291518
commit d09f84b47d
9 changed files with 169 additions and 29 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace LeafWeb.WebCms.Models
public string ServerDescription { get; set; }
public string ServerStatus { get; set; }
public IEnumerable<LeafInput> Items { get; set; }
public string Query { get; set; }
public LeafDataQuery Query { get; set; }
public TimeInProgressEstimater TimeInProgressEstimater { get; set; }
}
}