mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
build(add-fallbacks-on-UI): allows admin to add fallbacks on the UI
This commit is contained in:
parent
9ab1a3df0b
commit
50f5241a4e
9 changed files with 248 additions and 20 deletions
|
@ -118,7 +118,7 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|||
userRole == "Admin" ? (
|
||||
<Menu.Item key="9" onClick={() => setPage("general-settings")}>
|
||||
<Text>
|
||||
Settings
|
||||
Router Settings
|
||||
</Text>
|
||||
</Menu.Item>
|
||||
) : null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue