Skip to content

Commit

Permalink
fix(config): sw-2480 link rosa to openshift details (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed May 14, 2024
1 parent 6b6429c commit eeb6a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4265,7 +4265,7 @@ exports[`Product specific configurations should apply variations in inventory fi
{
"content": <Button
component="a"
href="/insights/inventory/i-XXXXXXXXXX/"
href="/openshift/details/i-XXXXXXXXXX/"
isInline={true}
variant="link"
>
Expand Down
2 changes: 1 addition & 1 deletion src/config/product.rosa.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const config = {
isInline
component="a"
variant="link"
href={`${helpers.UI_DEPLOY_PATH_LINK_PREFIX}/insights/inventory/${instanceId}/`}
href={`${helpers.UI_DEPLOY_PATH_LINK_PREFIX}/openshift/details/${instanceId}/`}
>
{updatedDisplayName}
</Button>
Expand Down

0 comments on commit eeb6a8c

Please sign in to comment.