Skip to content

Commit

Permalink
feat(config): sw-2353 activate json export for products (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Jun 26, 2024
1 parent 030eada commit 1c75ef2
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/product.openshiftContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ const config = {
id: RHSM_API_QUERY_SET_TYPES.GRANULARITY,
isSecondary: true,
position: SelectPosition.right
},
{
id: 'export',
isItem: true
}
]
};
Expand Down
4 changes: 4 additions & 0 deletions src/config/product.openshiftDedicated.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,10 @@ const config = {
id: 'rangedMonthly',
isSecondary: true,
position: SelectPosition.right
},
{
id: 'export',
isItem: true
}
]
};
Expand Down
4 changes: 4 additions & 0 deletions src/config/product.openshiftMetrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ const config = {
id: 'rangedMonthly',
isSecondary: true,
position: SelectPosition.right
},
{
id: 'export',
isItem: true
}
]
};
Expand Down
4 changes: 4 additions & 0 deletions src/config/product.rhacs.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ const config = {
id: 'rangedMonthly',
isSecondary: true,
position: SelectPosition.right
},
{
id: 'export',
isItem: true
}
]
};
Expand Down
4 changes: 4 additions & 0 deletions src/config/product.rhel.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ const config = {
},
{
id: RHSM_API_QUERY_SET_TYPES.CATEGORY
},
{
id: 'export',
isItem: true
}
]
};
Expand Down
4 changes: 4 additions & 0 deletions src/config/product.rhelElsPayg.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ const config = {
id: 'rangedMonthly',
isSecondary: true,
position: SelectPosition.right
},
{
id: 'export',
isItem: true
}
]
};
Expand Down
4 changes: 4 additions & 0 deletions src/config/product.rhods.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ const config = {
id: 'rangedMonthly',
isSecondary: true,
position: SelectPosition.right
},
{
id: 'export',
isItem: true
}
]
};
Expand Down
4 changes: 4 additions & 0 deletions src/config/product.rosa.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,10 @@ const config = {
id: 'rangedMonthly',
isSecondary: true,
position: SelectPosition.right
},
{
id: 'export',
isItem: true
}
]
};
Expand Down
4 changes: 4 additions & 0 deletions src/config/product.satellite.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ const config = {
},
{
id: RHSM_API_QUERY_SET_TYPES.CATEGORY
},
{
id: 'export',
isItem: true
}
]
};
Expand Down

0 comments on commit 1c75ef2

Please sign in to comment.