Live Anzeige des Netzwerkstatus funktioniert

This commit is contained in:
2025-10-01 10:15:50 +02:00
parent 6248fad147
commit 52c4243efc
7 changed files with 62 additions and 20 deletions

View File

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