litellm/ui
pengzh1 34f0d22d4a fix(proxy): mark config-file pass-through endpoints read-only
Config-file-defined pass-through endpoints are merged into the GET
/config/pass_through_endpoint list, but the DB-backed DELETE/UPDATE
handlers can never manage them. The UI ignored is_from_config, so
Edit/Delete stayed clickable and always failed with a misleading
'not found', matching the impossible-to-delete loop in #38195.

- UI: disable Edit/Delete for is_from_config rows, add a Source column,
  hide the Settings tab and show a read-only badge in the detail view
- API: DELETE/UPDATE now return a targeted error pointing operators to
  config.yaml when the id belongs to a config-file endpoint
2026-08-27 17:35:31 +08:00
..
litellm-dashboard fix(proxy): mark config-file pass-through endpoints read-only 2026-08-27 17:35:31 +08:00
Dockerfile chore(build): move the Admin UI toolchain to Node 24 (#35801) 2026-08-04 12:36:07 -07:00
nginx.conf fix(ui): boot the UI image as an arbitrary uid by anchoring nginx writes under /tmp (#37982) 2026-08-24 11:57:36 -07:00