More status page polish

This commit is contained in:
Mononaut
2024-03-06 19:34:12 +00:00
parent 31e320b2e2
commit be52fd4e46
13 changed files with 65 additions and 33 deletions

View File

@@ -132,6 +132,7 @@ export interface HealthCheckHost {
outOfSync: boolean;
unreachable: boolean;
checked: boolean;
lastChecked: number;
link?: string;
statusPage?: SafeResourceUrl;
flag?: string;