forked from phoenix/litellm-mirror
view users cleanup
This commit is contained in:
parent
aa7d127901
commit
efa37bd461
1 changed files with 2 additions and 8 deletions
|
@ -236,22 +236,16 @@ const ViewUserDashboard: React.FC<ViewUserDashboardProps> = ({
|
|||
</Grid>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
|
||||
<Icon icon={InformationCircleIcon} onClick= {() => {
|
||||
setOpenDialogId(user.user_id)
|
||||
setSelectedItem(user)
|
||||
}}>View Keys</Icon>
|
||||
|
||||
|
||||
<Icon icon={PencilAltIcon} onClick= {() => {
|
||||
setSelectedUser(user)
|
||||
setEditModalVisible(true)
|
||||
}}>View Keys</Icon>
|
||||
|
||||
{/*
|
||||
<Icon icon={TrashIcon} onClick= {() => {
|
||||
setOpenDialogId(user.user_id)
|
||||
setSelectedItem(user)
|
||||
}}>View Keys</Icon>
|
||||
}}>View Keys</Icon> */}
|
||||
|
||||
</TableCell>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue