mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
style(ui): tighten read-only comment in pass-through endpoints table
This commit is contained in:
parent
c3465b9656
commit
19e5837c93
1 changed files with 1 additions and 2 deletions
|
|
@ -73,8 +73,7 @@ interface EndpointRowActionsProps {
|
|||
|
||||
function EndpointRowActions({ endpoint, onEndpointClick, onDeleteClick }: EndpointRowActionsProps) {
|
||||
const endpointId = endpoint.id;
|
||||
// Config-file-defined endpoints can only be managed by editing config.yaml;
|
||||
// the DB-backed API routes cannot create/update/delete them.
|
||||
// The DB-backed CRUD API cannot manage config-file-defined endpoints.
|
||||
const readOnly = endpoint.is_from_config === true;
|
||||
const readOnlyHint = "Defined in config file — edit config.yaml to manage this endpoint";
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue