chore: logs history selection
This commit is contained in:
@@ -377,6 +377,12 @@ export interface DraftModelItem {
|
||||
}
|
||||
|
||||
export interface InstanceRestartCount {
|
||||
restart_counts: number[];
|
||||
workers: { id: number; name: string }[];
|
||||
workers: {
|
||||
worker_id: number;
|
||||
name: string;
|
||||
restarts: {
|
||||
restart_count: number;
|
||||
started_at: string;
|
||||
}[];
|
||||
}[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user