forked from phoenix/litellm-mirror
Merge pull request #4797 from BerriAI/litellm_rename_api_key_virtual_key
ui - rename api_key -> virtual key
This commit is contained in:
commit
3c779449aa
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ const Sidebar: React.FC<SidebarProps> = ({
|
||||||
style={{ height: "100%", borderRight: 0 }}
|
style={{ height: "100%", borderRight: 0 }}
|
||||||
>
|
>
|
||||||
<Menu.Item key="1" onClick={() => setPage("api-keys")}>
|
<Menu.Item key="1" onClick={() => setPage("api-keys")}>
|
||||||
<Text>API Keys</Text>
|
<Text>Virtual Keys</Text>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<Menu.Item key="3" onClick={() => setPage("llm-playground")}>
|
<Menu.Item key="3" onClick={() => setPage("llm-playground")}>
|
||||||
<Text>Test Key</Text>
|
<Text>Test Key</Text>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue