Show orphaned status in active task table

This commit is contained in:
Ken Hibino
2022-02-19 06:01:42 -08:00
parent 1655bf3d88
commit aceac82d78
4 changed files with 21 additions and 5 deletions

View File

@@ -290,6 +290,7 @@ export interface TaskInfo {
completed_at: string;
result: string;
ttl_seconds: number;
is_orphaned: boolean; // Only applies to task.state == 'active'
}
export interface ServerInfo {