]> source.dussan.org Git - sonarqube.git/blob
d70451a6f1d1085d637030eaf0f7b16b0608bc8a
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should work with extensions 1`] = `
4 <ContextNavBar
5   height={65}
6   id="context-navigation"
7 >
8   <h1
9     className="navbar-context-header"
10   >
11     <strong>
12       layout.settings
13     </strong>
14   </h1>
15   <NavBarTabs>
16     <li
17       className="dropdown"
18     >
19       <a
20         className="dropdown-toggle active"
21         data-toggle="dropdown"
22         href="#"
23         id="settings-navigation-configuration"
24       >
25         sidebar.project_settings
26          
27         <i
28           className="icon-dropdown"
29         />
30       </a>
31       <ul
32         className="dropdown-menu"
33       >
34         <li>
35           <IndexLink
36             activeClassName="active"
37             to="/admin/settings"
38           >
39             settings.page
40           </IndexLink>
41         </li>
42         <li>
43           <IndexLink
44             activeClassName="active"
45             to="/admin/settings/encryption"
46           >
47             property.category.security.encryption
48           </IndexLink>
49         </li>
50         <li>
51           <IndexLink
52             activeClassName="active"
53             to="/admin/custom_metrics"
54           >
55             custom_metrics.page
56           </IndexLink>
57         </li>
58         <li>
59           <Link
60             activeClassName="active"
61             onlyActiveOnIndex={false}
62             style={Object {}}
63             to="/admin/extension/foo"
64           >
65             Foo
66           </Link>
67         </li>
68       </ul>
69     </li>
70     <li
71       className="dropdown"
72     >
73       <a
74         className="dropdown-toggle"
75         data-toggle="dropdown"
76         href="#"
77       >
78         sidebar.security
79          
80         <i
81           className="icon-dropdown"
82         />
83       </a>
84       <ul
85         className="dropdown-menu"
86       >
87         <li>
88           <IndexLink
89             activeClassName="active"
90             to="/admin/users"
91           >
92             users.page
93           </IndexLink>
94         </li>
95         <li>
96           <IndexLink
97             activeClassName="active"
98             to="/admin/groups"
99           >
100             user_groups.page
101           </IndexLink>
102         </li>
103         <li>
104           <IndexLink
105             activeClassName="active"
106             to="/admin/permissions"
107           >
108             global_permissions.page
109           </IndexLink>
110         </li>
111         <li>
112           <IndexLink
113             activeClassName="active"
114             to="/admin/permission_templates"
115           >
116             permission_templates
117           </IndexLink>
118         </li>
119       </ul>
120     </li>
121     <li
122       className="dropdown"
123     >
124       <a
125         className="dropdown-toggle"
126         data-toggle="dropdown"
127         href="#"
128       >
129         sidebar.projects
130          
131         <i
132           className="icon-dropdown"
133         />
134       </a>
135       <ul
136         className="dropdown-menu"
137       >
138         <li>
139           <IndexLink
140             activeClassName="active"
141             to="/admin/projects_management"
142           >
143             management
144           </IndexLink>
145         </li>
146         <li>
147           <IndexLink
148             activeClassName="active"
149             to="/admin/background_tasks"
150           >
151             background_tasks.page
152           </IndexLink>
153         </li>
154       </ul>
155     </li>
156     <li
157       className="dropdown"
158     >
159       <a
160         className="dropdown-toggle"
161         data-toggle="dropdown"
162         href="#"
163       >
164         sidebar.system
165          
166         <i
167           className="icon-dropdown"
168         />
169       </a>
170       <ul
171         className="dropdown-menu"
172       >
173         <li>
174           <IndexLink
175             activeClassName="active"
176             to="/admin/update_center"
177           >
178             update_center.page
179           </IndexLink>
180         </li>
181         <li>
182           <IndexLink
183             activeClassName="active"
184             to="/admin/system"
185           >
186             system_info.page
187           </IndexLink>
188         </li>
189       </ul>
190     </li>
191   </NavBarTabs>
192 </ContextNavBar>
193 `;