Remove policy from PEF when removing op policy
[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   onHide={[Function]}
7   show={true}
8   size="lg"
9 >
10   <ModalHeader
11     closeButton={true}
12     closeLabel="Close"
13   >
14     <ModalTitle>
15       Model Properties
16     </ModalTitle>
17   </ModalHeader>
18   <ModalBody>
19     <Form
20       inline={false}
21     >
22       <FormGroup>
23         <FormLabel
24           column={false}
25           srOnly={false}
26         >
27           Deploy Parameters
28         </FormLabel>
29         <FormControl
30           as="textarea"
31           defaultValue="{\\"location_id\\":\\"\\",\\"policy_id\\":\\"TCA_h2NMX_v1_0_ResourceInstanceName1_tca\\"}"
32           name="dcaeDeployParameters"
33           onChange={[Function]}
34           rows="3"
35         />
36       </FormGroup>
37     </Form>
38   </ModalBody>
39   <ModalFooter>
40     <Button
41       active={false}
42       disabled={false}
43       onClick={[Function]}
44       type="null"
45       variant="secondary"
46     >
47       Cancel
48     </Button>
49     <Button
50       active={false}
51       disabled={false}
52       onClick={[Function]}
53       type="submit"
54       variant="primary"
55     >
56       Save Changes
57     </Button>
58   </ModalFooter>
59 </Styled(Bootstrap(Modal))>
60 `;