mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-06 11:10:14 +00:00
ui - rename api_key -> virtual key
This commit is contained in:
@@ -48,7 +48,7 @@ const Sidebar: React.FC<SidebarProps> = ({
|
||||
style={{ height: "100%", borderRight: 0 }}
|
||||
>
|
||||
<Menu.Item key="1" onClick={() => setPage("api-keys")}>
|
||||
<Text>API Keys</Text>
|
||||
<Text>Virtual Keys</Text>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="3" onClick={() => setPage("llm-playground")}>
|
||||
<Text>Test Key</Text>
|
||||
|
||||
Reference in New Issue
Block a user