docs(ui.md): update

This commit is contained in:
Krrish Dholakia 2024-02-28 21:25:39 -08:00
parent f6275f1d9b
commit f120f94cc9
2 changed files with 14 additions and 0 deletions

View file

@ -186,6 +186,20 @@ If you don't see all your keys this could be due to a cached token. So just re-l
:::
### Restrict UI Access
You can restrict UI Access to just admins - includes you (proxy_admin) and people you give view only access to (proxy_admin_viewer) for seeing global spend.
**Step 1. Set 'admin_only' access**
```yaml
general_settings:
ui_access_mode: "admin_only"
```
**Step 2. Invite view-only users**
<Image img={require('../../img/admin_ui_viewer.png')} />
### Custom Branding Admin UI
Use your companies custom branding on the LiteLLM Admin UI

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB