Skip to content

Commit

Permalink
fix: expand the column 'degraded' width
Browse files Browse the repository at this point in the history
  • Loading branch information
walborn committed Jul 1, 2024
1 parent 615df01 commit f737500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const erasureColumn: StorageGroupsColumn = {
const degradedColumn: StorageGroupsColumn = {
name: GROUPS_COLUMNS_IDS.Degraded,
header: 'Degraded',
width: 100,
width: 110,
render: ({row}) =>
row.Degraded ? (
<Label theme={getDegradedSeverity(row)}>Degraded: {row.Degraded}</Label>
Expand Down

0 comments on commit f737500

Please sign in to comment.