Skip to content

Commit

Permalink
use default chip size in both cluster lists
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 8, 2024
1 parent 924b768 commit 703735f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions www/src/components/overview/clusters/SelfHostedTableCols.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,7 @@ export const ColHealth = columnHelper.accessor((row) => row.pingedAt, {
row: {
original: { pingedAt },
},
}) => (
<ClusterHealth
pingedAt={pingedAt}
size="small"
/>
),
}) => <ClusterHealth pingedAt={pingedAt} />,
header: 'Health',
})

Expand Down

0 comments on commit 703735f

Please sign in to comment.