mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
ui - allow admin viewer to view caching
This commit is contained in:
parent
a0e0fba583
commit
fe63d38453
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|||
<Menu.Item key="1" onClick={() => setPage("usage")}>
|
||||
Usage
|
||||
</Menu.Item>
|
||||
<Menu.Item key="9" onClick={() => setPage("caching")}>
|
||||
<Text>Caching</Text>
|
||||
</Menu.Item>
|
||||
</Menu>
|
||||
</Sider>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue