diff --git a/ui/litellm-dashboard/src/components/leftnav.tsx b/ui/litellm-dashboard/src/components/leftnav.tsx index a95be8dc34c..150be88de21 100644 --- a/ui/litellm-dashboard/src/components/leftnav.tsx +++ b/ui/litellm-dashboard/src/components/leftnav.tsx @@ -151,11 +151,7 @@ const menuGroups: MenuGroup[] = [ { key: "logs", page: "logs", - label: ( - - Logs - - ), + label: "Logs", icon: , }, ], @@ -186,7 +182,11 @@ const menuGroups: MenuGroup[] = [ { key: "access-groups", page: "access-groups", - label: "Access Groups", + label: ( + + Access Groups + + ), icon: , roles: all_admin_roles, }, diff --git a/ui/litellm-dashboard/src/components/view_logs/SpendLogsSettingsModal/SpendLogsSettingsModal.tsx b/ui/litellm-dashboard/src/components/view_logs/SpendLogsSettingsModal/SpendLogsSettingsModal.tsx index 29194ce9fcd..b3f73af0602 100644 --- a/ui/litellm-dashboard/src/components/view_logs/SpendLogsSettingsModal/SpendLogsSettingsModal.tsx +++ b/ui/litellm-dashboard/src/components/view_logs/SpendLogsSettingsModal/SpendLogsSettingsModal.tsx @@ -2,7 +2,6 @@ import { ConfigType, GeneralSettingsFieldName, useDeleteProxyConfigField, useProxyConfig } from "@/app/(dashboard)/hooks/proxyConfig/useProxyConfig"; import { StoreRequestInSpendLogsParams, useStoreRequestInSpendLogs } from "@/app/(dashboard)/hooks/storeRequestInSpendLogs/useStoreRequestInSpendLogs"; -import NewBadge from "@/components/common_components/NewBadge"; import NotificationsManager from "@/components/molecules/notifications_manager"; import { parseErrorMessage } from "@/components/shared/errorUtils"; import { ClockCircleOutlined } from "@ant-design/icons"; @@ -99,7 +98,7 @@ const SpendLogsSettingsModal: React.FC = ({ isVisib return ( Spend Logs Settings} + title={Spend Logs Settings} open={isVisible} footer={ diff --git a/ui/litellm-dashboard/src/components/view_logs/index.tsx b/ui/litellm-dashboard/src/components/view_logs/index.tsx index 5ad47c235e3..a14a263a3fe 100644 --- a/ui/litellm-dashboard/src/components/view_logs/index.tsx +++ b/ui/litellm-dashboard/src/components/view_logs/index.tsx @@ -9,7 +9,6 @@ import { Row } from "@tanstack/react-table"; import { Switch, Tab, TabGroup, TabList, TabPanel, TabPanels } from "@tremor/react"; import { Button, Tooltip } from "antd"; import { internalUserRoles } from "../../utils/roles"; -import NewBadge from "../common_components/NewBadge"; import DeletedKeysPage from "../DeletedKeysPage/DeletedKeysPage"; import DeletedTeamsPage from "../DeletedTeamsPage/DeletedTeamsPage"; import { fetchAllKeyAliases } from "../key_team_helpers/filter_helpers"; @@ -514,11 +513,11 @@ export default function SpendLogsTable({ Request Logs - } onClick={() => setIsSpendLogsSettingsModalVisible(true)} title="Spend Logs Settings" - /> + /> {selectedKeyInfo && selectedKeyIdInfoView && selectedKeyInfo.api_key === selectedKeyIdInfoView ? (