mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-07 07:17:01 +00:00
fix(ingestion): rename name column and filter to sources on the executions tab (#13704)
This commit is contained in:
parent
83581dc14f
commit
7e72dca891
@ -54,8 +54,8 @@ export default function ExecutionsTable({ executionRequests, setFocusExecutionUr
|
||||
|
||||
const tableColumns: Column<ExecutionRequestRecord>[] = [
|
||||
{
|
||||
title: 'Name',
|
||||
key: 'name',
|
||||
title: 'Source',
|
||||
key: 'source',
|
||||
render: (record) => <SourceColumn record={record} />,
|
||||
width: '30%',
|
||||
},
|
||||
|
||||
@ -103,7 +103,7 @@ export default function SourceFilter({ defaultValues, onUpdate, hideSystemSource
|
||||
onUpdate={onUpdateHandler}
|
||||
options={options}
|
||||
isMultiSelect
|
||||
selectLabelProps={{ variant: 'labeled', label: 'Name' }}
|
||||
selectLabelProps={{ variant: 'labeled', label: 'Source' }}
|
||||
renderCustomOptionText={(option) => (
|
||||
<NameColumn
|
||||
type={option.item.type}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user