Skip to content

Commit f6ebd3e

Browse files
committed
Wizard: Update step description and ID clipboard copy
This adds back the step description and updates the organization ID clipboard copy based on recent mocks.
1 parent a1588ab commit f6ebd3e

File tree

1 file changed

+6
-1
lines changed
  • src/Components/CreateImageWizard/steps/Registration

1 file changed

+6
-1
lines changed

src/Components/CreateImageWizard/steps/Registration/index.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React, { useEffect, useState } from 'react';
22

33
import {
44
ClipboardCopy,
5+
Content,
56
Form,
67
FormGroup,
78
FormHelperText,
@@ -41,11 +42,15 @@ const RegistrationStep = () => {
4142
<Title headingLevel="h1" size="xl">
4243
Register systems using this image
4344
</Title>
45+
<Content>
46+
Configure registration settings for systems that will use this image.
47+
</Content>
4448
<FormGroup label="Organization ID">
4549
<ClipboardCopy
4650
hoverTip="Copy to clipboard"
4751
clickTip="Successfully copied to clipboard!"
48-
variant="inline-compact"
52+
isReadOnly
53+
className="pf-v6-u-w-25"
4954
>
5055
{orgId || ''}
5156
</ClipboardCopy>

0 commit comments

Comments
 (0)