Skip to content

Commit

Permalink
fix(productViews): ent-3509 remove target blank from links (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Apr 13, 2021
1 parent e4b7ea4 commit f821d56
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ Object {
component="a"
href="/insights/inventory/lorem inventory id/"
isInline={true}
target="_blank"
variant="link"
>
lorem
Expand Down Expand Up @@ -363,7 +362,6 @@ Object {
component="a"
href="/insights/inventory/lorem inventory id/"
isInline={true}
target="_blank"
variant="link"
>
lorem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ Object {
component="a"
href="/insights/inventory/lorem inventory id/"
isInline={true}
target="_blank"
variant="link"
>
lorem
Expand Down Expand Up @@ -363,7 +362,6 @@ Object {
component="a"
href="/insights/inventory/lorem inventory id/"
isInline={true}
target="_blank"
variant="link"
>
lorem
Expand Down
2 changes: 0 additions & 2 deletions src/components/productView/productViewOpenShiftContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ ProductViewOpenShiftContainer.defaultProps = {
isInline
component="a"
variant="link"
target="_blank"
href={`${helpers.UI_DEPLOY_PATH_PREFIX}/insights/inventory/${inventoryId.value}/`}
>
{displayName.value || inventoryId.value}
Expand Down Expand Up @@ -340,7 +339,6 @@ ProductViewOpenShiftContainer.defaultProps = {
isInline
component="a"
variant="link"
target="_blank"
href={`${helpers.UI_DEPLOY_PATH_PREFIX}/insights/inventory/${inventoryId.value}/`}
>
{displayName.value || inventoryId.value}
Expand Down
2 changes: 0 additions & 2 deletions src/components/productView/productViewRhel.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ ProductViewRhel.defaultProps = {
isInline
component="a"
variant="link"
target="_blank"
href={`${helpers.UI_DEPLOY_PATH_PREFIX}/insights/inventory/${inventoryId.value}/`}
>
{displayName.value || inventoryId.value}
Expand Down Expand Up @@ -153,7 +152,6 @@ ProductViewRhel.defaultProps = {
isInline
component="a"
variant="link"
target="_blank"
href={`${helpers.UI_DEPLOY_PATH_PREFIX}/insights/inventory/${inventoryId.value}/`}
>
{displayName.value || inventoryId.value}
Expand Down
2 changes: 0 additions & 2 deletions src/components/productView/productViewSatellite.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ ProductViewSatellite.defaultProps = {
isInline
component="a"
variant="link"
target="_blank"
href={`${helpers.UI_DEPLOY_PATH_PREFIX}/insights/inventory/${inventoryId.value}/`}
>
{displayName.value || inventoryId.value}
Expand Down Expand Up @@ -153,7 +152,6 @@ ProductViewSatellite.defaultProps = {
isInline
component="a"
variant="link"
target="_blank"
href={`${helpers.UI_DEPLOY_PATH_PREFIX}/insights/inventory/${inventoryId.value}/`}
>
{displayName.value || inventoryId.value}
Expand Down

0 comments on commit f821d56

Please sign in to comment.