Queue search

This commit is contained in:
2017-02-02 12:28:22 -05:00
parent e3779a323c
commit 77a35e87d3
11 changed files with 170 additions and 71 deletions
+1
View File
@@ -8,5 +8,6 @@ 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; }
}
}