Call api to create image
Copy over the previous call to create image with new values from DDF wizard
This commit is contained in:
parent
0644cbd584
commit
47f626e94f
3 changed files with 129 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ import componentTypes from '@data-driven-forms/react-form-renderer/component-typ
|
|||
import validatorTypes from '@data-driven-forms/react-form-renderer/validator-types';
|
||||
import { HelpIcon } from '@patternfly/react-icons';
|
||||
import { Title, Text, Popover, TextContent, TextList, TextListItem, Button } from '@patternfly/react-core';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
export const googleAccType = {
|
||||
googleAccount: 'Google account',
|
||||
|
|
@ -48,6 +49,10 @@ const PopoverInfo = ({ appendTo }) => <Popover
|
|||
</Button>
|
||||
</Popover>;
|
||||
|
||||
PopoverInfo.propTypes = {
|
||||
appendTo: PropTypes.any
|
||||
};
|
||||
|
||||
export default {
|
||||
title: 'Google Cloud Platform',
|
||||
customTitle: <Title headingLevel="h1" size="xl">Target Environment - Google Cloud Platform</Title>,
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ export default (user) => ({
|
|||
{
|
||||
component: componentTypes.TEXT_FIELD,
|
||||
name: 'subscription-activation',
|
||||
type: 'text',
|
||||
type: 'password',
|
||||
label: 'Activation key',
|
||||
condition: {
|
||||
or: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue