mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(ui) fix display of model table
This commit is contained in:
parent
4199060b18
commit
c79f7a3ad9
1 changed files with 3 additions and 0 deletions
|
|
@ -504,6 +504,9 @@ export const auditLogColumns: ColumnDef<AuditLogEntry>[] = [
|
|||
case "LiteLLM_UserTable":
|
||||
displayValue = "Users";
|
||||
break;
|
||||
case "LiteLLM_ProxyModelTable":
|
||||
displayValue = "Models";
|
||||
break;
|
||||
default:
|
||||
displayValue = tableName;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue