forked from phoenix/litellm-mirror
v0 - add a set callbacks page
This commit is contained in:
parent
682729a5be
commit
ea368cfb10
3 changed files with 52 additions and 0 deletions
|
@ -87,6 +87,11 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|||
Models
|
||||
</Text>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="8" onClick={() => setPage("settings")}>
|
||||
<Text>
|
||||
Settings
|
||||
</Text>
|
||||
</Menu.Item>
|
||||
{userRole == "Admin" ? (
|
||||
<Menu.Item key="7" onClick={() => setPage("admin-panel")}>
|
||||
<Text>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue