wizard: adding a popover for the activation key
This commit addresses the first part of the issue #774.
This commit is contained in:
parent
35afba1bf2
commit
affd7ccbca
1 changed files with 24 additions and 0 deletions
|
|
@ -298,6 +298,30 @@ const ReviewStep = () => {
|
|||
</TextListItem>
|
||||
<TextListItem component={TextListItemVariants.dt}>
|
||||
Activation key
|
||||
<Popover
|
||||
bodyContent={
|
||||
<TextContent>
|
||||
<Text>
|
||||
Activation keys enable you to register a system with
|
||||
appropriate subscriptions, system purpose, and
|
||||
repositories attached.
|
||||
<br />
|
||||
<br />
|
||||
If using an activation key with command line
|
||||
registration, you must provide your
|
||||
organization's ID.
|
||||
</Text>
|
||||
</TextContent>
|
||||
}
|
||||
>
|
||||
<Button
|
||||
variant="plain"
|
||||
aria-label="About activation key"
|
||||
className="pf-u-pl-sm"
|
||||
>
|
||||
<HelpIcon />
|
||||
</Button>
|
||||
</Popover>
|
||||
</TextListItem>
|
||||
<TextListItem component={TextListItemVariants.dd}>
|
||||
{getState()?.values?.['subscription-activation-key']}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue