File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/containers/Storage/StorageGroups Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ const erasureColumn: StorageGroupsColumn = {
106106const degradedColumn : StorageGroupsColumn = {
107107 name : GROUPS_COLUMNS_IDS . Degraded ,
108108 header : 'Degraded' ,
109- width : 100 ,
109+ width : 110 ,
110+ resizeMinWidth : 110 ,
110111 render : ( { row} ) =>
111112 row . Degraded ? (
112113 < Label theme = { getDegradedSeverity ( row ) } > Degraded: { row . Degraded } </ Label >
@@ -120,8 +121,8 @@ const degradedColumn: StorageGroupsColumn = {
120121const usageColumn : StorageGroupsColumn = {
121122 name : GROUPS_COLUMNS_IDS . Usage ,
122123 header : 'Usage' ,
123- width : 100 ,
124- resizeMinWidth : 70 ,
124+ width : 75 ,
125+ resizeMinWidth : 75 ,
125126 render : ( { row} ) => {
126127 // without a limit the usage can be evaluated as 0,
127128 // but the absence of a value is more clear
You can’t perform that action at this time.
0 commit comments