Skip to content

Commit

Permalink
[ML] rename id column
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Nov 16, 2020
1 parent a058c0b commit 2c5e336
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const useColumns = (
'data-test-subj': 'mlAnalyticsTableRowDetailsToggle',
},
{
name: 'ID',
name: 'id',
sortable: (item: DataFrameAnalyticsListRow) => item.id,
truncateText: true,
'data-test-subj': 'mlAnalyticsTableColumnId',
Expand Down

0 comments on commit 2c5e336

Please sign in to comment.