new Dashboard
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using Watcher.Models;
|
||||
|
||||
namespace Watcher.ViewModels
|
||||
{
|
||||
public class DashboardViewModel
|
||||
@@ -7,5 +9,10 @@ namespace Watcher.ViewModels
|
||||
public int RunningContainers { get; set; }
|
||||
public int FailedContainers { get; set; }
|
||||
public DateTime LastLogin { get; set; }
|
||||
|
||||
public List<Server> Servers { get; set; } = new();
|
||||
public List<LogEvent> RecentEvents { get; set; } = new();
|
||||
public List<Container> Containers { get; set; } = new();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user