Skip to content

Commit

Permalink
Merge pull request #4037 from dlabrecq/export
Browse files Browse the repository at this point in the history
EC2 page should use a common filter key for export
  • Loading branch information
dlabrecq authored Sep 24, 2024
2 parents 6ed74de + 6b10342 commit 1535749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/details/awsBreakdown/instances/instances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const Instances: React.FC<InstancesProps> = ({ costType, currency }) => {
<ExportModal
count={isAllSelected ? itemsTotal : items.length}
isAllItems={(isAllSelected || selectedItems.length === itemsTotal) && computedItems.length > 0}
groupBy="resource_id"
groupBy="instance"
isOpen={isExportModalOpen}
isTimeScoped
items={items}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const InstancesTable: React.FC<InstancesTableProps> = ({
// There is no group by for instances, but we use it to format messages
return (
<Actions
groupBy={'resource_id'}
groupBy={'instance'}
isDisabled={isDisabled}
item={item}
isTimeScoped
Expand Down

0 comments on commit 1535749

Please sign in to comment.