From 22799b88905a36c98cd646f9eb194e97099cd60f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 2 Apr 2024 09:07:37 -0700 Subject: [PATCH] v0 pencil icon --- ui/litellm-dashboard/src/components/view_key_table.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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}