diff --git a/site/src/pages/WorkspacesPage/BatchDeleteConfirmation.tsx b/site/src/pages/WorkspacesPage/BatchDeleteConfirmation.tsx index b735326cc0e44..8eddd9b637f6c 100644 --- a/site/src/pages/WorkspacesPage/BatchDeleteConfirmation.tsx +++ b/site/src/pages/WorkspacesPage/BatchDeleteConfirmation.tsx @@ -157,28 +157,39 @@ const Workspaces: FC = ({ workspaces }) => { direction="row" alignItems="center" justifyContent="space-between" + spacing={3} > {workspace.name} - - - + + {workspace.owner_name} + - - + {dayjs(workspace.last_used_at).fromNow()} +