Skip to content

Commit

Permalink
Add user
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlaj committed Apr 21, 2024
1 parent 276e60b commit f97c1cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/pages/admin/Containers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ const Containers = () => {
}

const columns: ColumnsType<UserContainerWithK8Data> = [
{
title: "User",
dataIndex: "user",
key: "user",
render: (user: UserContainerWithK8Data["user"]) => user.name,
},
{
title: "Challenge Name",
dataIndex: "challenge",
Expand Down

0 comments on commit f97c1cc

Please sign in to comment.