UI Anpassungen

This commit is contained in:
2025-10-03 01:39:15 +02:00
parent 2e9d41fe60
commit 69dd73a079
4 changed files with 31 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ namespace Watcher.ViewModels
public List<Container> Containers { get; set; } = new();
public String? NetworkStatus { get; set; } = "?";
public String? DatabaseStatus { get; set; } = "?";
}
}