diff --git a/packages/client/src/components/AdminPage.tsx b/packages/client/src/components/AdminPage.tsx
index 74d4b0a..92a52a2 100644
--- a/packages/client/src/components/AdminPage.tsx
+++ b/packages/client/src/components/AdminPage.tsx
@@ -124,6 +124,9 @@ function TasksTable(props: TasksTableProps) {
Logs
+
+ Retries / Max
+
Cost ($)
@@ -162,6 +165,9 @@ function TasksTable(props: TasksTableProps) {
)}
+
+ {task.job?.attempts} / {task.job?.max_attempts}
+
${task.costInMillicents || 0 / 100_000}
{