Minor UI fixes for dialogues and Tosca upload feature
[clamp.git] / ui-react / src / components / dialogs / Loop / __snapshots__ / DeployLoopModal.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify DeployLoopModal Test the render method 1`] = `
4 <Styled(Bootstrap(Modal))
5   backdrop="static"
6   keyboard={false}
7   onHide={[Function]}
8   show={true}
9   size="lg"
10 >
11   <ModalHeader
12     closeButton={true}
13     closeLabel="Close"
14   >
15     <ModalTitle>
16       Deployment parameters
17     </ModalTitle>
18   </ModalHeader>
19   <Tabs
20     activeKey="testMs"
21     id="controlled-tab-example"
22     mountOnEnter={false}
23     onSelect={[Function]}
24     unmountOnExit={false}
25     variant="tabs"
26   >
27     <Tab
28       eventKey="testMs"
29       title="testMs"
30     >
31       <Styled(FormGroup)>
32         <FormLabel
33           column={false}
34           srOnly={false}
35         >
36           location_id
37         </FormLabel>
38         <FormControl
39           defaultValue=""
40           name="location_id"
41           onChange={[Function]}
42           type="text"
43         />
44       </Styled(FormGroup)>
45       <Styled(FormGroup)>
46         <FormLabel
47           column={false}
48           srOnly={false}
49         >
50           policy_id
51         </FormLabel>
52         <FormControl
53           defaultValue="TCA_h2NMX_v1_0_ResourceInstanceName1_tca"
54           name="policy_id"
55           onChange={[Function]}
56           type="text"
57         />
58       </Styled(FormGroup)>
59     </Tab>
60   </Tabs>
61   <div />
62   <ModalFooter>
63     <Button
64       active={false}
65       disabled={false}
66       onClick={[Function]}
67       type="null"
68       variant="secondary"
69     >
70       Cancel
71     </Button>
72     <Button
73       active={false}
74       disabled={false}
75       onClick={[Function]}
76       type="submit"
77       variant="primary"
78     >
79       Deploy
80     </Button>
81   </ModalFooter>
82 </Styled(Bootstrap(Modal))>
83 `;