mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
v0 pencil icon
This commit is contained in:
parent
71db88115d
commit
22799b8890
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
"use client";
|
"use client";
|
||||||
import React, { useEffect, useState } from "react";
|
import React, { useEffect, useState } from "react";
|
||||||
import { keyDeleteCall } from "./networking";
|
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 { keySpendLogsCall, PredictedSpendLogsCall } from "./networking";
|
||||||
import {
|
import {
|
||||||
Badge,
|
Badge,
|
||||||
|
@ -383,7 +383,11 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
|
||||||
)}
|
)}
|
||||||
</DialogPanel>
|
</DialogPanel>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
<Icon
|
||||||
|
icon={PencilAltIcon}
|
||||||
|
size="sm"
|
||||||
|
// onClick={() => handleEditClick(team)}
|
||||||
|
/>
|
||||||
<Icon
|
<Icon
|
||||||
onClick={() => handleDelete(item.token)}
|
onClick={() => handleDelete(item.token)}
|
||||||
icon={TrashIcon}
|
icon={TrashIcon}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue