diff --git a/apps/webapp/app/components/runs/v3/TaskRunsTable.tsx b/apps/webapp/app/components/runs/v3/TaskRunsTable.tsx index b3567b1c7..e71ea72f5 100644 --- a/apps/webapp/app/components/runs/v3/TaskRunsTable.tsx +++ b/apps/webapp/app/components/runs/v3/TaskRunsTable.tsx @@ -132,13 +132,13 @@ export function TaskRunsTable({ +
Queued duration
- + The amount of time from when the run was created to it starting to run.
@@ -146,7 +146,7 @@ export function TaskRunsTable({
Run duration
- + The total amount of time from the run starting to it finishing. This includes all time spent waiting. @@ -156,7 +156,7 @@ export function TaskRunsTable({ Compute duration
- + The amount of compute time used in the run. This does not include time spent waiting.