]> source.dussan.org Git - sonarqube.git/blob
c6af518e5fb516ac460627069582dfc93a7dce01
[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           Object {
53             "moreInformationLink": <Link
54               target="_blank"
55               to="/documentation/instance-administration/security/"
56             >
57               more_information
58             </Link>,
59           }
60         }
61       />
62     </p>
63     <SubmitButton
64       disabled={false}
65     >
66       encryption.generate_new_secret_key
67        
68     </SubmitButton>
69     <DeferredSpinner
70       className="spacer-left"
71       loading={false}
72     />
73   </form>
74 </div>
75 `;