fix: task list icon display

This commit is contained in:
engigu
2025-12-25 19:16:58 +08:00
parent eba7ed6e61
commit 28b365991b
4 changed files with 28 additions and 12 deletions
+1
View File
@@ -285,6 +285,7 @@ export interface TaskLog {
id: number
task_id: number
task_name: string
task_type: string
command: string
status: string
duration: number