CreateImageWizard: update register later text
This commit is contained in:
parent
9e6d951641
commit
62421e3670
1 changed files with 17 additions and 2 deletions
|
|
@ -127,9 +127,24 @@ export default {
|
|||
<Text component={TextVariants.h3}>Register Later</Text>
|
||||
<Text>
|
||||
On initial boot, systems will need to be registered manually before
|
||||
having access to updates or Red Hat services.
|
||||
having access to updates or Red Hat services. Registering and
|
||||
connecting your systems during the image creation is recommended.
|
||||
</Text>
|
||||
<Text>Registering now is recommended.</Text>
|
||||
<Text>
|
||||
If you prefer to register later, review the instructions for manual
|
||||
registration with remote host configuration.
|
||||
</Text>
|
||||
<Button
|
||||
component="a"
|
||||
target="_blank"
|
||||
variant="link"
|
||||
icon={<ExternalLinkAltIcon />}
|
||||
iconPosition="right"
|
||||
isInline
|
||||
href="https://access.redhat.com/articles/rhc"
|
||||
>
|
||||
Registering with remote host configuration
|
||||
</Button>
|
||||
</TextContent>
|
||||
),
|
||||
condition: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue