mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 08:23:01 +00:00
(ui) fix display of model table
This commit is contained in:
@@ -504,6 +504,9 @@ export const auditLogColumns: ColumnDef<AuditLogEntry>[] = [
|
||||
case "LiteLLM_UserTable":
|
||||
displayValue = "Users";
|
||||
break;
|
||||
case "LiteLLM_ProxyModelTable":
|
||||
displayValue = "Models";
|
||||
break;
|
||||
default:
|
||||
displayValue = tableName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user