Favicons, page improvements
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace LeafWeb.WebCms.Models
|
||||
{
|
||||
public class QueueViewModel
|
||||
{
|
||||
public string ServerDescription { get; set; }
|
||||
public string ServerStatus { get; set; }
|
||||
public IEnumerable<ResultItemViewModel> Items { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user