Add run time to queue
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using LeafWeb.Core.Entities;
|
||||
|
||||
namespace LeafWeb.WebCms.Models
|
||||
{
|
||||
@@ -6,6 +7,6 @@ namespace LeafWeb.WebCms.Models
|
||||
{
|
||||
public string ServerDescription { get; set; }
|
||||
public string ServerStatus { get; set; }
|
||||
public IEnumerable<QueueItemViewModel> Items { get; set; }
|
||||
public IEnumerable<LeafInput> Items { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user