CreateImageWizard: add activation keys to registration
The registration step now provides users with a type ahead input so they can select from all activation keys associated with their accounts. The testing for this requires that we wait for the mocked api response.
This commit is contained in:
parent
02fbdf5e88
commit
92f963c49a
6 changed files with 200 additions and 69 deletions
|
|
@ -57,11 +57,9 @@ export default {
|
|||
]
|
||||
},
|
||||
{
|
||||
component: componentTypes.TEXT_FIELD,
|
||||
component: 'activation-keys',
|
||||
name: 'subscription-activation-key',
|
||||
'data-testid': 'subscription-activation-key',
|
||||
required: true,
|
||||
type: 'text',
|
||||
label: (
|
||||
<>
|
||||
Activation key to use for this image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue