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
@@ -152,6 +152,11 @@ export async function queryModelInstanceLogs(id: number) {
method: 'GET'
});
}
export async function queryModelInstanceRestartCount(id: number) {
return request(`${MODEL_INSTANCE_API}/${id}/log-options`, {
method: 'GET'
});
}
// ===================== Model Instances end =====================