mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
ui - allow admin viewer to view caching
This commit is contained in:
parent
4a20c7a61e
commit
459b260b2f
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
Reference in a new issue