diff --git a/ui/litellm-dashboard/src/components/view_key_table.tsx b/ui/litellm-dashboard/src/components/view_key_table.tsx index bf3affe14c..9a8626af56 100644 --- a/ui/litellm-dashboard/src/components/view_key_table.tsx +++ b/ui/litellm-dashboard/src/components/view_key_table.tsx @@ -1,7 +1,7 @@ "use client"; import React, { useEffect, useState } from "react"; import { keyDeleteCall } from "./networking"; -import { InformationCircleIcon, StatusOnlineIcon, TrashIcon } from "@heroicons/react/outline"; +import { InformationCircleIcon, StatusOnlineIcon, TrashIcon, PencilAltIcon } from "@heroicons/react/outline"; import { keySpendLogsCall, PredictedSpendLogsCall } from "./networking"; import { Badge, @@ -383,7 +383,11 @@ const ViewKeyTable: React.FC = ({ )} - + handleEditClick(team)} + /> handleDelete(item.token)} icon={TrashIcon}