diff --git a/skyvern-frontend/src/routes/history/RunHistory.tsx b/skyvern-frontend/src/routes/history/RunHistory.tsx
index 4484f92c..cd6a0de1 100644
--- a/skyvern-frontend/src/routes/history/RunHistory.tsx
+++ b/skyvern-frontend/src/routes/history/RunHistory.tsx
@@ -62,7 +62,7 @@ function RunHistory() {
Run ID
- Title
+ Detail
Status
Created At
@@ -97,7 +97,7 @@ function RunHistory() {
}}
>
{run.task_id}
- {run.title ?? "Untitled Task"}
+ {run.url}
@@ -118,12 +118,25 @@ function RunHistory() {
);
}}
>
- {run.workflow_run_id}
- {run.workflow_title ?? ""}
+
+ {run.workflow_run_id}
+
+
+ {run.workflow_title ?? ""}
+
-
+
{basicLocalTimeFormat(run.created_at)}