76f8780a7011ad839edc3ba38158ca01930b54f0
[policy/gui.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify MonitoringInstantiation renders correctly 1`] = `
4 <Styled(Modal)
5   backdrop="static"
6   keyboard={false}
7   onHide={[Function]}
8   show={true}
9   size="xl"
10 >
11   <ModalHeader
12     closeButton={true}
13     closeLabel="Close"
14   >
15     <ModalTitle>
16       Manage Instances
17     </ModalTitle>
18   </ModalHeader>
19   <ModalBody>
20     <Container
21       fluid={false}
22     >
23       <Row
24         noGutters={false}
25       >
26         <Link
27           to={
28             Object {
29               "pathname": "/editControlLoopInstanceProperties",
30             }
31           }
32         >
33           <Button
34             active={false}
35             disabled={false}
36             type="null"
37             variant="primary"
38           >
39             Create Instance
40           </Button>
41         </Link>
42         <styled.div />
43         <Link
44           to={
45             Object {
46               "pathname": "/monitorInstantiation",
47             }
48           }
49         >
50           <Button
51             active={false}
52             disabled={false}
53             type="null"
54             variant="secondary"
55           >
56             Monitor Instantiations
57           </Button>
58         </Link>
59       </Row>
60     </Container>
61     <ForwardRef
62       bordered={true}
63       style={
64         Object {
65           "marginTop": "10px",
66         }
67       }
68     >
69       <thead>
70         <tr>
71           <th>
72             #
73           </th>
74           <th
75             style={
76               Object {
77                 "textAlign": "center",
78               }
79             }
80           >
81             Instantiation Name
82           </th>
83           <th
84             style={
85               Object {
86                 "textAlign": "center",
87               }
88             }
89           >
90             Edit Instantiation
91           </th>
92           <th
93             style={
94               Object {
95                 "textAlign": "center",
96               }
97             }
98           >
99             Delete Instantiation
100           </th>
101           <th
102             style={
103               Object {
104                 "textAlign": "center",
105               }
106             }
107           >
108             Change Order State
109           </th>
110           <th
111             style={
112               Object {
113                 "textAlign": "center",
114               }
115             }
116           >
117             Instantiation Order State
118           </th>
119           <th
120             style={
121               Object {
122                 "textAlign": "center",
123               }
124             }
125           >
126             Instantiation Current State
127           </th>
128         </tr>
129       </thead>
130       <tbody />
131     </ForwardRef>
132     <styled.div />
133   </ModalBody>
134   <ModalFooter>
135     <Button
136       active={false}
137       disabled={false}
138       onClick={[Function]}
139       type="null"
140       variant="secondary"
141     >
142       Clear Error Message
143     </Button>
144     <Button
145       active={false}
146       disabled={false}
147       onClick={[Function]}
148       type="null"
149       variant="secondary"
150     >
151       Close
152     </Button>
153   </ModalFooter>
154 </Styled(Modal)>
155 `;