Add Create loop dialog
[clamp.git] / ui-react / src / components / dialogs / Tosca / __snapshots__ / UploadToscaPolicyModal.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Test Upload Tosca Policy Model Test handleMicroServiceName 1`] = `
4 <Styled(Bootstrap(Modal))
5   onHide={[Function]}
6   show={true}
7   size="lg"
8 >
9   <ModalHeader
10     closeButton={true}
11     closeLabel="Close"
12   >
13     <ModalTitle>
14       Upload Tosca Model
15     </ModalTitle>
16   </ModalHeader>
17   <ModalBody>
18     <FormGroup
19       as={
20         Object {
21           "$$typeof": Symbol(react.forward_ref),
22           "defaultProps": Object {
23             "noGutters": false,
24           },
25           "render": [Function],
26         }
27       }
28       controlId="formPlaintextEmail"
29     >
30       <Col
31         sm="10"
32       >
33         <input
34           accept=".yaml"
35           name="file"
36           onChange={[Function]}
37           style={
38             Object {
39               "display": "none",
40             }
41           }
42           type="file"
43         />
44         <button
45           onClick={[Function]}
46         >
47           Pick Tosca File
48         </button>
49         <Alert
50           closeLabel="Close alert"
51           show={true}
52           transition={
53             Object {
54               "$$typeof": Symbol(react.forward_ref),
55               "defaultProps": Object {
56                 "appear": false,
57                 "in": false,
58                 "mountOnEnter": false,
59                 "timeout": 300,
60                 "unmountOnExit": false,
61               },
62               "displayName": "Fade",
63               "render": [Function],
64             }
65           }
66           variant="secondary"
67         >
68           <p />
69         </Alert>
70         <FormLabel
71           column={true}
72           sm="2"
73           srOnly={false}
74         >
75           Policy Model Type:
76         </FormLabel>
77         <input
78           onChange={[Function]}
79           style={
80             Object {
81               "width": "50%",
82             }
83           }
84           type="text"
85           value="TCA"
86         />
87       </Col>
88     </FormGroup>
89   </ModalBody>
90   <ModalFooter>
91     <Button
92       active={false}
93       disabled={false}
94       onClick={[Function]}
95       type="null"
96       variant="secondary"
97     >
98       Cancel
99     </Button>
100     <Button
101       active={false}
102       disabled={true}
103       onClick={[Function]}
104       type="submit"
105       variant="primary"
106     >
107       Create
108     </Button>
109   </ModalFooter>
110 </Styled(Bootstrap(Modal))>
111 `;