Wizard: Move org ID into a copy-able field
This moves the org ID into a copy-able field and updates the permanent info as per mocks. The popover that previously included the org ID is removed from mocks.
This commit is contained in:
parent
c9d721ea52
commit
10a40aaec4
4 changed files with 41 additions and 68 deletions
|
|
@ -88,7 +88,6 @@ import {
|
|||
import { MajorReleasesLifecyclesChart } from '../ImageOutput/components/ReleaseLifecycle';
|
||||
import OscapProfileInformation from '../Oscap/components/OscapProfileInformation';
|
||||
import ActivationKeyInformation from '../Registration/components/ActivationKeyInformation';
|
||||
import PopoverActivation from '../Registration/components/PopoverActivation';
|
||||
|
||||
const ExpirationWarning = () => {
|
||||
return (
|
||||
|
|
@ -690,7 +689,7 @@ export const RegisterNowList = () => {
|
|||
</Content>
|
||||
</Content>
|
||||
<Content component={ContentVariants.dt} className="pf-v6-u-min-width">
|
||||
Activation key <PopoverActivation />
|
||||
Activation key
|
||||
</Content>
|
||||
<Content component={ContentVariants.dd}>
|
||||
<ActivationKeyInformation />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue