|
|
|
@ -88,13 +88,6 @@ const columns = [
|
|
|
|
|
isSortable: true,
|
|
|
|
|
isVisible: true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'releaseWeight',
|
|
|
|
|
label: React.createElement(Icon, { name: icons.DOWNLOAD }),
|
|
|
|
|
isSortable: true,
|
|
|
|
|
fixedSortDirection: sortDirections.ASCENDING,
|
|
|
|
|
isVisible: true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'rejections',
|
|
|
|
|
label: React.createElement(Icon, {
|
|
|
|
@ -104,6 +97,13 @@ const columns = [
|
|
|
|
|
isSortable: true,
|
|
|
|
|
fixedSortDirection: sortDirections.ASCENDING,
|
|
|
|
|
isVisible: true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'releaseWeight',
|
|
|
|
|
label: React.createElement(Icon, { name: icons.DOWNLOAD }),
|
|
|
|
|
isSortable: true,
|
|
|
|
|
fixedSortDirection: sortDirections.ASCENDING,
|
|
|
|
|
isVisible: true
|
|
|
|
|
}
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|