]> source.dussan.org Git - sonarqube.git/blob
cac7af83afd6ec706981862b5d184aaf5266c532
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   id="encryption-form-container"
6 >
7   <div
8     className="spacer-bottom"
9   >
10     encryption.form_intro
11   </div>
12   <form
13     className="big-spacer-bottom"
14     id="encryption-form"
15     onSubmit={[Function]}
16   >
17     <textarea
18       autoFocus={true}
19       className="abs-width-600"
20       id="encryption-form-value"
21       onChange={[Function]}
22       required={true}
23       rows={5}
24       value=""
25     />
26     <div
27       className="spacer-top"
28     >
29       <SubmitButton
30         disabled={false}
31       >
32         encryption.encrypt
33       </SubmitButton>
34       <DeferredSpinner
35         className="spacer-left"
36         loading={false}
37       />
38     </div>
39   </form>
40   <form
41     className="huge-spacer-top bordered-top"
42     id="encryption-new-key-form"
43     onSubmit={[Function]}
44   >
45     <p
46       className="big-spacer-top spacer-bottom"
47     >
48       <FormattedMessage
49         defaultMessage="encryption.form_note"
50         id="encryption.form_note"
51         values={
52           {
53             "moreInformationLink": <withAppStateContext(DocLink)
54               to="/instance-administration/security/"
55             >
56               more_information
57             </withAppStateContext(DocLink)>,
58           }
59         }
60       />
61     </p>
62     <SubmitButton
63       disabled={false}
64     >
65       encryption.generate_new_secret_key
66        
67     </SubmitButton>
68     <DeferredSpinner
69       className="spacer-left"
70       loading={false}
71     />
72   </form>
73 </div>
74 `;