fix: logs container

This commit is contained in:
jialin
2026-04-28 14:41:36 +08:00
committed by jialin
parent b605b17561
commit 331c59b7c1
8 changed files with 97 additions and 45 deletions
+2
View File
@@ -384,6 +384,8 @@ export interface InstanceRestartCount {
restarts: {
previous: boolean;
started_at: string;
containers: string[];
}[];
error?: string | null;
}[];
}