diff --git a/client/src/pages/admin/Containers.tsx b/client/src/pages/admin/Containers.tsx index 72e8bba..552fd4a 100644 --- a/client/src/pages/admin/Containers.tsx +++ b/client/src/pages/admin/Containers.tsx @@ -24,6 +24,12 @@ const Containers = () => { } const columns: ColumnsType = [ + { + title: "User", + dataIndex: "user", + key: "user", + render: (user: UserContainerWithK8Data["user"]) => user.name, + }, { title: "Challenge Name", dataIndex: "challenge",