mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
rename admins to AdminPanel
This commit is contained in:
parent
e0b2791ef0
commit
c1dba7e7fb
4 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"use client";
|
||||
|
||||
import AdminPanel from "@/components/Admins";
|
||||
import AdminPanel from "@/components/AdminPanel";
|
||||
|
||||
const AdminSettings = () => {
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import APIReferenceView from "@/app/(dashboard)/api-reference/APIReferenceView";
|
|||
import SidebarProvider from "@/app/(dashboard)/components/SidebarProvider";
|
||||
import OldModelDashboard from "@/app/(dashboard)/models-and-endpoints/ModelsAndEndpointsView";
|
||||
import PlaygroundPage from "@/app/(dashboard)/playground/page";
|
||||
import AdminPanel from "@/components/Admins";
|
||||
import AdminPanel from "@/components/AdminPanel";
|
||||
import AgentsPanel from "@/components/agents";
|
||||
import BudgetPanel from "@/components/budgets/budget_panel";
|
||||
import CacheDashboard from "@/components/cache_dashboard";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { render, screen, waitFor } from "@testing-library/react";
|
||||
import userEvent from "@testing-library/user-event";
|
||||
import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import AdminPanel from "./Admins";
|
||||
import AdminPanel from "./AdminPanel";
|
||||
|
||||
const mockGetSSOSettings = vi.fn();
|
||||
const mockGetAllowedIPs = vi.fn();
|
||||
Loading…
Add table
Reference in a new issue