basic Dashboard
This commit is contained in:
11
Watcher/ViewModels/DashboardViewModel.cs
Normal file
11
Watcher/ViewModels/DashboardViewModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Watcher.ViewModels
|
||||
{
|
||||
public class DashboardViewModel
|
||||
{
|
||||
public int ActiveServers { get; set; }
|
||||
public int OfflineServers { get; set; }
|
||||
public int RunningContainers { get; set; }
|
||||
public int FailedContainers { get; set; }
|
||||
public DateTime LastLogin { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user