Minor UI fixes for dialogues and Tosca upload feature
[clamp.git] / ui-react / src / components / dialogs / Loop / __snapshots__ / LoopPropertiesModal.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify LoopPropertiesModal 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       Model Properties
17     </ModalTitle>
18   </ModalHeader>
19   <ModalBody>
20     <Form
21       inline={false}
22     >
23       <FormGroup>
24         <FormLabel
25           column={false}
26           srOnly={false}
27         >
28           Deploy Parameters
29         </FormLabel>
30         <FormControl
31           as="textarea"
32           defaultValue="{\\"location_id\\":\\"\\",\\"policy_id\\":\\"TCA_h2NMX_v1_0_ResourceInstanceName1_tca\\"}"
33           name="dcaeDeployParameters"
34           onChange={[Function]}
35           rows="3"
36         />
37       </FormGroup>
38     </Form>
39   </ModalBody>
40   <ModalFooter>
41     <Button
42       active={false}
43       disabled={false}
44       onClick={[Function]}
45       type="null"
46       variant="secondary"
47     >
48       Cancel
49     </Button>
50     <Button
51       active={false}
52       disabled={false}
53       onClick={[Function]}
54       type="submit"
55       variant="primary"
56     >
57       Save Changes
58     </Button>
59   </ModalFooter>
60 </Styled(Bootstrap(Modal))>
61 `;