mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix(ui): rename models table Status column to Source
This commit is contained in:
parent
7a5b98e6a9
commit
aacab940f4
1 changed files with 2 additions and 2 deletions
|
|
@ -453,8 +453,8 @@ export const getModelsTableColumns = ({
|
|||
{
|
||||
id: STATUS_COLUMN_ID,
|
||||
accessorFn: (row) => row.model_info.db_model,
|
||||
meta: { title: "Status", skeleton: "badge" },
|
||||
header: ({ column }) => <DataTableSortHeader column={column} title="Status" />,
|
||||
meta: { title: "Source", skeleton: "badge" },
|
||||
header: ({ column }) => <DataTableSortHeader column={column} title="Source" />,
|
||||
enableSorting: true,
|
||||
size: 140,
|
||||
minSize: 100,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue