Skip to content

Commit

Permalink
Merge pull request opendatahub-io#2868 from pnaik1/RHOAIENG-7125
Browse files Browse the repository at this point in the history
Changed active and archived pipeline experiment table to compact
  • Loading branch information
openshift-merge-bot[bot] authored May 31, 2024
2 parents 3392cb8 + 6af7e6e commit 3bee930
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { IAction } from '@patternfly/react-table';
import { IAction, TableVariant } from '@patternfly/react-table';
import { TableBase, getTableColumnSort, useCheckboxTable } from '~/components/table';
import { ExperimentKFv2 } from '~/concepts/pipelines/kfTypes';
import { experimentColumns } from '~/concepts/pipelines/content/tables/columns';
Expand Down Expand Up @@ -83,6 +83,7 @@ const ExperimentTable: React.FC<ExperimentTableProps> = ({
/>
)}
getColumnSort={getTableColumnSort({ columns: experimentColumns, ...tableProps })}
variant={TableVariant.compact}
data-testid="experiment-table"
/>
);
Expand Down

0 comments on commit 3bee930

Please sign in to comment.