feat: logs history

This commit is contained in:
jialin
2026-04-28 14:41:36 +08:00
committed by jialin
parent 0ffc2ee924
commit 0cb260f854
12 changed files with 655 additions and 25 deletions
+5
View File
@@ -375,3 +375,8 @@ export interface DraftModelItem {
name: string;
algorithm: string;
}
export interface InstanceRestartCount {
restart_counts: number[];
workers: { id: number; name: string }[];
}