Wizard: Update activation keys link text and URI
This commit updates the link on the registration step so users are directed to the exact place where they can manage keys. Because managing keys through the customer portal will soon become deprecated (keys will be managed through the keys service on insights) the text was also changed to be more general.
This commit is contained in:
parent
47436e6933
commit
b861b3dde8
1 changed files with 11 additions and 14 deletions
|
|
@ -108,20 +108,17 @@ export default {
|
|||
component: componentTypes.PLAIN_TEXT,
|
||||
name: 'subscription-activation-description',
|
||||
label: (
|
||||
<>
|
||||
Create and manage activation keys in the
|
||||
<Button
|
||||
component="a"
|
||||
target="_blank"
|
||||
variant="link"
|
||||
icon={<ExternalLinkAltIcon />}
|
||||
iconPosition="right"
|
||||
isInline
|
||||
href="https://access.redhat.com/"
|
||||
>
|
||||
Customer Portal
|
||||
</Button>
|
||||
</>
|
||||
<Button
|
||||
component="a"
|
||||
target="_blank"
|
||||
variant="link"
|
||||
icon={<ExternalLinkAltIcon />}
|
||||
iconPosition="right"
|
||||
isInline
|
||||
href="https://access.redhat.com/management/activation_keys"
|
||||
>
|
||||
Create and manage activation keys here
|
||||
</Button>
|
||||
),
|
||||
condition: {
|
||||
or: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue