Skip to content

Commit

Permalink
fix(rhosak): ent-4982 activate sort, storage GiB months (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Jul 11, 2022
1 parent b412022 commit 59c2c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/product.rhosak.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const config = {
context: RHSM_API_PATH_METRIC_TYPES.STORAGE_GIBIBYTE_MONTHS,
total: helpers.numberDisplay(total?.value)?.format({ mantissa: 5, trimMantissa: true }) || 0
}),
isSortable: false,
isSortable: true,
isWrappable: true,
cellWidth: 15
},
Expand Down

0 comments on commit 59c2c1d

Please sign in to comment.