blob: 2aa19c4ae54b4721a93fc6c8d35def3120874860 [file] [log] [blame]
Derick Montaguead2ceb62020-04-24 18:11:04 -05001// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`AppNavigation.vue should render correctly 1`] = `
4<div>
5 <div
6 class="nav-container"
7 >
8 <nav
9 aria-label="appNavigation.primaryNavigation"
10 >
11 <ul
Derick Montague58a7a032020-09-21 12:21:48 -050012 class="nav mb-4 flex-column"
Derick Montaguead2ceb62020-04-24 18:11:04 -050013 >
14 <li
15 class="nav-item"
Derick Montague58a7a032020-09-21 12:21:48 -050016 data-test-id="nav-item-overview"
Derick Montaguead2ceb62020-04-24 18:11:04 -050017 >
18 <a
19 class="nav-link"
20 href="/"
21 target="_self"
22 >
23 <svg
24 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -050025 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -050026 focusable="false"
27 height="16"
28 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -050029 viewBox="0 0 32 32"
30 width="16"
31 xmlns="http://www.w3.org/2000/svg"
32 >
33 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -050034 d="M4,2H2V28a2,2,0,0,0,2,2H30V28H4Z"
Derick Montaguead2ceb62020-04-24 18:11:04 -050035 />
36 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -050037 d="M30,9H23v2h3.59L19,18.59l-4.29-4.3a1,1,0,0,0-1.42,0L6,21.59,7.41,23,14,16.41l4.29,4.3a1,1,0,0,0,1.42,0L28,12.41V16h2Z"
Derick Montaguead2ceb62020-04-24 18:11:04 -050038 />
39 </svg>
40
Derick Montague58a7a032020-09-21 12:21:48 -050041 appNavigation.overview
42
Derick Montaguead2ceb62020-04-24 18:11:04 -050043 </a>
44 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -050045 <li
46 class="nav-item"
47 >
48 <button
Derick Montague58a7a032020-09-21 12:21:48 -050049 aria-controls="health"
Derick Montaguead2ceb62020-04-24 18:11:04 -050050 aria-expanded="false"
51 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -050052 data-test-id="nav-button-health"
Derick Montaguead2ceb62020-04-24 18:11:04 -050053 type="button"
54 >
55 <svg
56 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -050057 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -050058 focusable="false"
59 height="16"
60 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -050061 viewBox="0 0 32 32"
62 width="16"
63 xmlns="http://www.w3.org/2000/svg"
64 >
65 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -050066 d="M23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z"
Derick Montaguead2ceb62020-04-24 18:11:04 -050067 />
68 <circle
69 cx="11"
70 cy="8"
71 r="1"
72 />
73 <circle
74 cx="11"
75 cy="16"
76 r="1"
77 />
78 <circle
79 cx="11"
80 cy="24"
81 r="1"
82 />
83 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -050084 d="M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
Derick Montaguead2ceb62020-04-24 18:11:04 -050085 />
86 </svg>
87
Derick Montague58a7a032020-09-21 12:21:48 -050088 appNavigation.health
89
Derick Montaguead2ceb62020-04-24 18:11:04 -050090 <svg
91 aria-hidden="true"
92 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -050093 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -050094 focusable="false"
95 height="16"
96 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -050097 viewBox="0 0 16 16"
98 width="16"
99 xmlns="http://www.w3.org/2000/svg"
100 >
101 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500102 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500103 />
104 </svg>
105 </button>
106
Derick Montaguef833c7e2020-10-27 08:21:20 -0500107 <transition-stub
108 class="nav-item__nav"
109 css="true"
110 enteractiveclass="collapsing"
111 enterclass=""
112 entertoclass="collapse show"
113 leaveactiveclass="collapsing"
114 leaveclass="collapse show"
115 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500116 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500117 <ul
118 class="collapse"
119 id="health"
120 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500121 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500122 <li
123 class="nav-item"
124 data-test-id="nav-item-event-logs"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500125 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500126 <a
127 class="nav-link"
128 href="/health/event-logs"
129 target="_self"
130 >
131
Derick Montague58a7a032020-09-21 12:21:48 -0500132 appNavigation.eventLogs
133
Derick Montaguef833c7e2020-10-27 08:21:20 -0500134 </a>
135 </li>
136 <li
137 class="nav-item"
138 data-test-id="nav-item-hardware-status"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500139 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500140 <a
141 class="nav-link"
142 href="/health/hardware-status"
143 target="_self"
144 >
145
Derick Montague58a7a032020-09-21 12:21:48 -0500146 appNavigation.hardwareStatus
147
Derick Montaguef833c7e2020-10-27 08:21:20 -0500148 </a>
149 </li>
150 <li
151 class="nav-item"
152 data-test-id="nav-item-sensors"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500153 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500154 <a
155 class="nav-link"
156 href="/health/sensors"
157 target="_self"
158 >
159
Derick Montague58a7a032020-09-21 12:21:48 -0500160 appNavigation.sensors
161
Derick Montaguef833c7e2020-10-27 08:21:20 -0500162 </a>
163 </li>
164 </ul>
165 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500166 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500167 <li
168 class="nav-item"
169 >
170 <button
Derick Montague58a7a032020-09-21 12:21:48 -0500171 aria-controls="control"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500172 aria-expanded="false"
173 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -0500174 data-test-id="nav-button-control"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500175 type="button"
176 >
177 <svg
178 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500179 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500180 focusable="false"
181 height="16"
182 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500183 viewBox="0 0 32 32"
184 width="16"
185 xmlns="http://www.w3.org/2000/svg"
186 >
187 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500188 d="M30 8h-4.1c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2v2h14.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30V8zM21 12c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S22.7 12 21 12zM2 24h4.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30v-2H15.9c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2V24zM11 20c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3S9.3 20 11 20z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500189 />
190 </svg>
191
Derick Montague58a7a032020-09-21 12:21:48 -0500192 appNavigation.control
193
Derick Montaguead2ceb62020-04-24 18:11:04 -0500194 <svg
195 aria-hidden="true"
196 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500197 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500198 focusable="false"
199 height="16"
200 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500201 viewBox="0 0 16 16"
202 width="16"
203 xmlns="http://www.w3.org/2000/svg"
204 >
205 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500206 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500207 />
208 </svg>
209 </button>
210
Derick Montaguef833c7e2020-10-27 08:21:20 -0500211 <transition-stub
212 class="nav-item__nav"
213 css="true"
214 enteractiveclass="collapsing"
215 enterclass=""
216 entertoclass="collapse show"
217 leaveactiveclass="collapsing"
218 leaveclass="collapse show"
219 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500220 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500221 <ul
222 class="collapse"
223 id="control"
224 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500225 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500226 <li
227 class="nav-item"
228 data-test-id="nav-item-kvm"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500229 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500230 <a
231 class="nav-link"
232 href="/control/kvm"
233 target="_self"
234 >
235
Derick Montague58a7a032020-09-21 12:21:48 -0500236 appNavigation.kvm
237
Derick Montaguef833c7e2020-10-27 08:21:20 -0500238 </a>
239 </li>
240 <li
241 class="nav-item"
242 data-test-id="nav-item-manage-power-usage"
Derick Montague58a7a032020-09-21 12:21:48 -0500243 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500244 <a
245 class="nav-link"
246 href="/control/manage-power-usage"
247 target="_self"
248 >
249
Derick Montague58a7a032020-09-21 12:21:48 -0500250 appNavigation.managePowerUsage
251
Derick Montaguef833c7e2020-10-27 08:21:20 -0500252 </a>
253 </li>
254 <li
255 class="nav-item"
256 data-test-id="nav-item-reboot-bmc"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500257 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500258 <a
259 class="nav-link"
260 href="/control/reboot-bmc"
261 target="_self"
262 >
263
Derick Montague58a7a032020-09-21 12:21:48 -0500264 appNavigation.rebootBmc
265
Derick Montaguef833c7e2020-10-27 08:21:20 -0500266 </a>
267 </li>
268 <li
269 class="nav-item"
270 data-test-id="nav-item-serial-over-lan"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500271 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500272 <a
273 class="nav-link"
274 href="/control/serial-over-lan"
275 target="_self"
276 >
277
Derick Montague58a7a032020-09-21 12:21:48 -0500278 appNavigation.serialOverLan
279
Derick Montaguef833c7e2020-10-27 08:21:20 -0500280 </a>
281 </li>
282 <li
283 class="nav-item"
284 data-test-id="nav-item-server-led"
Derick Montague58a7a032020-09-21 12:21:48 -0500285 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500286 <a
287 class="nav-link"
288 href="/control/server-led"
289 target="_self"
290 >
291
Derick Montague58a7a032020-09-21 12:21:48 -0500292 appNavigation.serverLed
293
Derick Montaguef833c7e2020-10-27 08:21:20 -0500294 </a>
295 </li>
296 <li
297 class="nav-item"
298 data-test-id="nav-item-server-power-operations"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500299 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500300 <a
301 class="nav-link"
302 href="/control/server-power-operations"
303 target="_self"
304 >
305
Derick Montague58a7a032020-09-21 12:21:48 -0500306 appNavigation.serverPowerOperations
307
Derick Montaguef833c7e2020-10-27 08:21:20 -0500308 </a>
309 </li>
310 <li
311 class="nav-item"
312 data-test-id="nav-item-virtual-media"
Derick Montague58a7a032020-09-21 12:21:48 -0500313 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500314 <a
315 class="nav-link"
316 href="/control/virtual-media"
317 target="_self"
318 >
319
Derick Montague58a7a032020-09-21 12:21:48 -0500320 appNavigation.virtualMedia
321
Derick Montaguef833c7e2020-10-27 08:21:20 -0500322 </a>
323 </li>
324 </ul>
325 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500326 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500327 <li
328 class="nav-item"
329 >
330 <button
Derick Montague58a7a032020-09-21 12:21:48 -0500331 aria-controls="configuration"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500332 aria-expanded="false"
333 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -0500334 data-test-id="nav-button-configuration"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500335 type="button"
336 >
337 <svg
338 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500339 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500340 focusable="false"
341 height="16"
342 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500343 viewBox="0 0 16 16"
344 width="16"
345 xmlns="http://www.w3.org/2000/svg"
346 >
347 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500348 d="M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500349 />
350 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500351 d="M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500352 />
353 </svg>
354
Derick Montague58a7a032020-09-21 12:21:48 -0500355 appNavigation.configuration
356
Derick Montaguead2ceb62020-04-24 18:11:04 -0500357 <svg
358 aria-hidden="true"
359 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500360 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500361 focusable="false"
362 height="16"
363 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500364 viewBox="0 0 16 16"
365 width="16"
366 xmlns="http://www.w3.org/2000/svg"
367 >
368 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500369 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500370 />
371 </svg>
372 </button>
373
Derick Montaguef833c7e2020-10-27 08:21:20 -0500374 <transition-stub
375 class="nav-item__nav"
376 css="true"
377 enteractiveclass="collapsing"
378 enterclass=""
379 entertoclass="collapse show"
380 leaveactiveclass="collapsing"
381 leaveclass="collapse show"
382 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500383 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500384 <ul
385 class="collapse"
386 id="configuration"
387 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500388 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500389 <li
390 class="nav-item"
391 data-test-id="nav-item-date-time-settings"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500392 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500393 <a
394 class="nav-link"
395 href="/configuration/date-time-settings"
396 target="_self"
397 >
398
Derick Montague58a7a032020-09-21 12:21:48 -0500399 appNavigation.dateTimeSettings
400
Derick Montaguef833c7e2020-10-27 08:21:20 -0500401 </a>
402 </li>
403 <li
404 class="nav-item"
405 data-test-id="nav-item-firmware"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500406 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500407 <a
408 class="nav-link"
409 href="/configuration/firmware"
410 target="_self"
411 >
412
Derick Montague58a7a032020-09-21 12:21:48 -0500413 appNavigation.firmware
414
Derick Montaguef833c7e2020-10-27 08:21:20 -0500415 </a>
416 </li>
417 <li
418 class="nav-item"
419 data-test-id="nav-item-network-settings"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500420 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500421 <a
422 class="nav-link"
423 href="/configuration/network-settings"
424 target="_self"
425 >
426
Derick Montague58a7a032020-09-21 12:21:48 -0500427 appNavigation.networkSettings
428
Derick Montaguef833c7e2020-10-27 08:21:20 -0500429 </a>
430 </li>
431 <li
432 class="nav-item"
Sukanya Pandeyc0a1ddd2020-12-31 14:35:13 +0530433 data-test-id="nav-item-security-settings"
434 >
435 <a
436 class="nav-link"
437 href="/configuration/security-settings"
438 target="_self"
439 >
440
441 appNavigation.securitySettings
442
443 </a>
444 </li>
445 <li
446 class="nav-item"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500447 data-test-id="nav-item-snmp-settings"
Derick Montague58a7a032020-09-21 12:21:48 -0500448 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500449 <a
450 class="nav-link"
Derick Montague04d05ea2020-11-30 19:37:41 -0600451 href="/snmp-settings"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500452 target="_self"
453 >
454
Derick Montague58a7a032020-09-21 12:21:48 -0500455 appNavigation.snmpSettings
456
Derick Montaguef833c7e2020-10-27 08:21:20 -0500457 </a>
458 </li>
459 </ul>
460 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500461 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500462 <li
463 class="nav-item"
464 >
465 <button
Derick Montague58a7a032020-09-21 12:21:48 -0500466 aria-controls="access-control"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500467 aria-expanded="false"
468 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -0500469 data-test-id="nav-button-access-control"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500470 type="button"
471 >
472 <svg
473 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500474 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500475 focusable="false"
476 height="16"
477 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500478 viewBox="0 0 32 32"
479 width="16"
480 xmlns="http://www.w3.org/2000/svg"
481 >
482 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500483 d="M21,2a9,9,0,0,0-9,9,8.87,8.87,0,0,0,.39,2.61L2,24v6H8L18.39,19.61A9,9,0,0,0,30,11.74a8.77,8.77,0,0,0-1.65-6A9,9,0,0,0,21,2Zm0,16a7,7,0,0,1-2-.3l-1.15-.35L17,18.2l-3.18,3.18L12.41,20,11,21.41l1.38,1.38-1.59,1.59L9.41,23,8,24.41l1.38,1.38L7.17,28H4V24.83L13.8,15l.85-.85-.29-.95a7.14,7.14,0,0,1,3.4-8.44,7,7,0,0,1,10.24,6,6.69,6.69,0,0,1-1.09,4A7,7,0,0,1,21,18Z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500484 />
485 <circle
486 cx="22"
487 cy="10"
488 r="2"
489 />
490 </svg>
491
Derick Montaguef833c7e2020-10-27 08:21:20 -0500492 appNavigation.accessControl
Derick Montague58a7a032020-09-21 12:21:48 -0500493
Derick Montaguead2ceb62020-04-24 18:11:04 -0500494 <svg
495 aria-hidden="true"
496 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500497 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500498 focusable="false"
499 height="16"
500 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500501 viewBox="0 0 16 16"
502 width="16"
503 xmlns="http://www.w3.org/2000/svg"
504 >
505 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500506 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500507 />
508 </svg>
509 </button>
510
Derick Montaguef833c7e2020-10-27 08:21:20 -0500511 <transition-stub
512 class="nav-item__nav"
513 css="true"
514 enteractiveclass="collapsing"
515 enterclass=""
516 entertoclass="collapse show"
517 leaveactiveclass="collapsing"
518 leaveclass="collapse show"
519 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500520 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500521 <ul
522 class="collapse"
523 id="access-control"
524 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500525 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500526 <li
527 class="nav-item"
Sukanya Pandeyc0a1ddd2020-12-31 14:35:13 +0530528 data-test-id="nav-item-client-sessions"
529 >
530 <a
531 class="nav-link"
532 href="/access-control/client-sessions"
533 target="_self"
534 >
535
536 appNavigation.clientSessions
537
538 </a>
539 </li>
540 <li
541 class="nav-item"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500542 data-test-id="nav-item-ldap"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500543 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500544 <a
545 class="nav-link"
546 href="/access-control/ldap"
547 target="_self"
548 >
549
Derick Montague58a7a032020-09-21 12:21:48 -0500550 appNavigation.ldap
551
Derick Montaguef833c7e2020-10-27 08:21:20 -0500552 </a>
553 </li>
554 <li
555 class="nav-item"
556 data-test-id="nav-item-local-user-management"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500557 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500558 <a
559 class="nav-link"
560 href="/access-control/local-user-management"
561 target="_self"
562 >
563
Derick Montague58a7a032020-09-21 12:21:48 -0500564 appNavigation.localUserManagement
565
Derick Montaguef833c7e2020-10-27 08:21:20 -0500566 </a>
567 </li>
568 <li
569 class="nav-item"
570 data-test-id="nav-item-ssl-certificates"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500571 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500572 <a
573 class="nav-link"
574 href="/access-control/ssl-certificates"
575 target="_self"
576 >
577
Derick Montague58a7a032020-09-21 12:21:48 -0500578 appNavigation.sslCertificates
579
Derick Montaguef833c7e2020-10-27 08:21:20 -0500580 </a>
581 </li>
582 </ul>
583 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500584 </li>
585 </ul>
586 </nav>
587 </div>
588
Derick Montaguef833c7e2020-10-27 08:21:20 -0500589 <transition-stub
590 name="fade"
591 >
592 <!---->
593 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500594</div>
595`;
596
597exports[`AppNavigation.vue should render with nav-container open 1`] = `
598<div>
599 <div
600 class="nav-container"
601 >
602 <nav
603 aria-label="appNavigation.primaryNavigation"
604 >
605 <ul
Derick Montague58a7a032020-09-21 12:21:48 -0500606 class="nav mb-4 flex-column"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500607 >
608 <li
609 class="nav-item"
Derick Montague58a7a032020-09-21 12:21:48 -0500610 data-test-id="nav-item-overview"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500611 >
612 <a
613 class="nav-link"
614 href="/"
615 target="_self"
616 >
617 <svg
618 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500619 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500620 focusable="false"
621 height="16"
622 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500623 viewBox="0 0 32 32"
624 width="16"
625 xmlns="http://www.w3.org/2000/svg"
626 >
627 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500628 d="M4,2H2V28a2,2,0,0,0,2,2H30V28H4Z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500629 />
630 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500631 d="M30,9H23v2h3.59L19,18.59l-4.29-4.3a1,1,0,0,0-1.42,0L6,21.59,7.41,23,14,16.41l4.29,4.3a1,1,0,0,0,1.42,0L28,12.41V16h2Z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500632 />
633 </svg>
634
Derick Montague58a7a032020-09-21 12:21:48 -0500635 appNavigation.overview
636
Derick Montaguead2ceb62020-04-24 18:11:04 -0500637 </a>
638 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500639 <li
640 class="nav-item"
641 >
642 <button
Derick Montague58a7a032020-09-21 12:21:48 -0500643 aria-controls="health"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500644 aria-expanded="false"
645 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -0500646 data-test-id="nav-button-health"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500647 type="button"
648 >
649 <svg
650 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500651 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500652 focusable="false"
653 height="16"
654 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500655 viewBox="0 0 32 32"
656 width="16"
657 xmlns="http://www.w3.org/2000/svg"
658 >
659 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500660 d="M23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500661 />
662 <circle
663 cx="11"
664 cy="8"
665 r="1"
666 />
667 <circle
668 cx="11"
669 cy="16"
670 r="1"
671 />
672 <circle
673 cx="11"
674 cy="24"
675 r="1"
676 />
677 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500678 d="M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500679 />
680 </svg>
681
Derick Montague58a7a032020-09-21 12:21:48 -0500682 appNavigation.health
683
Derick Montaguead2ceb62020-04-24 18:11:04 -0500684 <svg
685 aria-hidden="true"
686 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500687 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500688 focusable="false"
689 height="16"
690 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500691 viewBox="0 0 16 16"
692 width="16"
693 xmlns="http://www.w3.org/2000/svg"
694 >
695 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500696 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500697 />
698 </svg>
699 </button>
700
Derick Montaguef833c7e2020-10-27 08:21:20 -0500701 <transition-stub
702 class="nav-item__nav"
703 css="true"
704 enteractiveclass="collapsing"
705 enterclass=""
706 entertoclass="collapse show"
707 leaveactiveclass="collapsing"
708 leaveclass="collapse show"
709 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500710 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500711 <ul
712 class="collapse"
713 id="health"
714 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500715 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500716 <li
717 class="nav-item"
718 data-test-id="nav-item-event-logs"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500719 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500720 <a
721 class="nav-link"
722 href="/health/event-logs"
723 target="_self"
724 >
725
Derick Montague58a7a032020-09-21 12:21:48 -0500726 appNavigation.eventLogs
727
Derick Montaguef833c7e2020-10-27 08:21:20 -0500728 </a>
729 </li>
730 <li
731 class="nav-item"
732 data-test-id="nav-item-hardware-status"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500733 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500734 <a
735 class="nav-link"
736 href="/health/hardware-status"
737 target="_self"
738 >
739
Derick Montague58a7a032020-09-21 12:21:48 -0500740 appNavigation.hardwareStatus
741
Derick Montaguef833c7e2020-10-27 08:21:20 -0500742 </a>
743 </li>
744 <li
745 class="nav-item"
746 data-test-id="nav-item-sensors"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500747 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500748 <a
749 class="nav-link"
750 href="/health/sensors"
751 target="_self"
752 >
753
Derick Montague58a7a032020-09-21 12:21:48 -0500754 appNavigation.sensors
755
Derick Montaguef833c7e2020-10-27 08:21:20 -0500756 </a>
757 </li>
758 </ul>
759 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500760 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500761 <li
762 class="nav-item"
763 >
764 <button
Derick Montague58a7a032020-09-21 12:21:48 -0500765 aria-controls="control"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500766 aria-expanded="false"
767 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -0500768 data-test-id="nav-button-control"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500769 type="button"
770 >
771 <svg
772 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500773 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500774 focusable="false"
775 height="16"
776 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500777 viewBox="0 0 32 32"
778 width="16"
779 xmlns="http://www.w3.org/2000/svg"
780 >
781 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500782 d="M30 8h-4.1c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2v2h14.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30V8zM21 12c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S22.7 12 21 12zM2 24h4.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30v-2H15.9c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2V24zM11 20c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3S9.3 20 11 20z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500783 />
784 </svg>
785
Derick Montague58a7a032020-09-21 12:21:48 -0500786 appNavigation.control
787
Derick Montaguead2ceb62020-04-24 18:11:04 -0500788 <svg
789 aria-hidden="true"
790 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500791 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500792 focusable="false"
793 height="16"
794 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500795 viewBox="0 0 16 16"
796 width="16"
797 xmlns="http://www.w3.org/2000/svg"
798 >
799 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500800 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500801 />
802 </svg>
803 </button>
804
Derick Montaguef833c7e2020-10-27 08:21:20 -0500805 <transition-stub
806 class="nav-item__nav"
807 css="true"
808 enteractiveclass="collapsing"
809 enterclass=""
810 entertoclass="collapse show"
811 leaveactiveclass="collapsing"
812 leaveclass="collapse show"
813 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500814 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500815 <ul
816 class="collapse"
817 id="control"
818 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500819 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500820 <li
821 class="nav-item"
822 data-test-id="nav-item-kvm"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500823 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500824 <a
825 class="nav-link"
826 href="/control/kvm"
827 target="_self"
828 >
829
Derick Montague58a7a032020-09-21 12:21:48 -0500830 appNavigation.kvm
831
Derick Montaguef833c7e2020-10-27 08:21:20 -0500832 </a>
833 </li>
834 <li
835 class="nav-item"
836 data-test-id="nav-item-manage-power-usage"
Derick Montague58a7a032020-09-21 12:21:48 -0500837 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500838 <a
839 class="nav-link"
840 href="/control/manage-power-usage"
841 target="_self"
842 >
843
Derick Montague58a7a032020-09-21 12:21:48 -0500844 appNavigation.managePowerUsage
845
Derick Montaguef833c7e2020-10-27 08:21:20 -0500846 </a>
847 </li>
848 <li
849 class="nav-item"
850 data-test-id="nav-item-reboot-bmc"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500851 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500852 <a
853 class="nav-link"
854 href="/control/reboot-bmc"
855 target="_self"
856 >
857
Derick Montague58a7a032020-09-21 12:21:48 -0500858 appNavigation.rebootBmc
859
Derick Montaguef833c7e2020-10-27 08:21:20 -0500860 </a>
861 </li>
862 <li
863 class="nav-item"
864 data-test-id="nav-item-serial-over-lan"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500865 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500866 <a
867 class="nav-link"
868 href="/control/serial-over-lan"
869 target="_self"
870 >
871
Derick Montague58a7a032020-09-21 12:21:48 -0500872 appNavigation.serialOverLan
873
Derick Montaguef833c7e2020-10-27 08:21:20 -0500874 </a>
875 </li>
876 <li
877 class="nav-item"
878 data-test-id="nav-item-server-led"
Derick Montague58a7a032020-09-21 12:21:48 -0500879 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500880 <a
881 class="nav-link"
882 href="/control/server-led"
883 target="_self"
884 >
885
Derick Montague58a7a032020-09-21 12:21:48 -0500886 appNavigation.serverLed
887
Derick Montaguef833c7e2020-10-27 08:21:20 -0500888 </a>
889 </li>
890 <li
891 class="nav-item"
892 data-test-id="nav-item-server-power-operations"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500893 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500894 <a
895 class="nav-link"
896 href="/control/server-power-operations"
897 target="_self"
898 >
899
Derick Montague58a7a032020-09-21 12:21:48 -0500900 appNavigation.serverPowerOperations
901
Derick Montaguef833c7e2020-10-27 08:21:20 -0500902 </a>
903 </li>
904 <li
905 class="nav-item"
906 data-test-id="nav-item-virtual-media"
Derick Montague58a7a032020-09-21 12:21:48 -0500907 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500908 <a
909 class="nav-link"
910 href="/control/virtual-media"
911 target="_self"
912 >
913
Derick Montague58a7a032020-09-21 12:21:48 -0500914 appNavigation.virtualMedia
915
Derick Montaguef833c7e2020-10-27 08:21:20 -0500916 </a>
917 </li>
918 </ul>
919 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500920 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500921 <li
922 class="nav-item"
923 >
924 <button
Derick Montague58a7a032020-09-21 12:21:48 -0500925 aria-controls="configuration"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500926 aria-expanded="false"
927 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -0500928 data-test-id="nav-button-configuration"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500929 type="button"
930 >
931 <svg
932 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500933 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500934 focusable="false"
935 height="16"
936 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500937 viewBox="0 0 16 16"
938 width="16"
939 xmlns="http://www.w3.org/2000/svg"
940 >
941 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500942 d="M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500943 />
944 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500945 d="M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500946 />
947 </svg>
948
Derick Montague58a7a032020-09-21 12:21:48 -0500949 appNavigation.configuration
950
Derick Montaguead2ceb62020-04-24 18:11:04 -0500951 <svg
952 aria-hidden="true"
953 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500954 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500955 focusable="false"
956 height="16"
957 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500958 viewBox="0 0 16 16"
959 width="16"
960 xmlns="http://www.w3.org/2000/svg"
961 >
962 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500963 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500964 />
965 </svg>
966 </button>
967
Derick Montaguef833c7e2020-10-27 08:21:20 -0500968 <transition-stub
969 class="nav-item__nav"
970 css="true"
971 enteractiveclass="collapsing"
972 enterclass=""
973 entertoclass="collapse show"
974 leaveactiveclass="collapsing"
975 leaveclass="collapse show"
976 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500977 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500978 <ul
979 class="collapse"
980 id="configuration"
981 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500982 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500983 <li
984 class="nav-item"
985 data-test-id="nav-item-date-time-settings"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500986 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500987 <a
988 class="nav-link"
989 href="/configuration/date-time-settings"
990 target="_self"
991 >
992
Derick Montague58a7a032020-09-21 12:21:48 -0500993 appNavigation.dateTimeSettings
994
Derick Montaguef833c7e2020-10-27 08:21:20 -0500995 </a>
996 </li>
997 <li
998 class="nav-item"
999 data-test-id="nav-item-firmware"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001000 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001001 <a
1002 class="nav-link"
1003 href="/configuration/firmware"
1004 target="_self"
1005 >
1006
Derick Montague58a7a032020-09-21 12:21:48 -05001007 appNavigation.firmware
1008
Derick Montaguef833c7e2020-10-27 08:21:20 -05001009 </a>
1010 </li>
1011 <li
1012 class="nav-item"
1013 data-test-id="nav-item-network-settings"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001014 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001015 <a
1016 class="nav-link"
1017 href="/configuration/network-settings"
1018 target="_self"
1019 >
1020
Derick Montague58a7a032020-09-21 12:21:48 -05001021 appNavigation.networkSettings
1022
Derick Montaguef833c7e2020-10-27 08:21:20 -05001023 </a>
1024 </li>
1025 <li
1026 class="nav-item"
Sukanya Pandeyc0a1ddd2020-12-31 14:35:13 +05301027 data-test-id="nav-item-security-settings"
1028 >
1029 <a
1030 class="nav-link"
1031 href="/configuration/security-settings"
1032 target="_self"
1033 >
1034
1035 appNavigation.securitySettings
1036
1037 </a>
1038 </li>
1039 <li
1040 class="nav-item"
Derick Montaguef833c7e2020-10-27 08:21:20 -05001041 data-test-id="nav-item-snmp-settings"
Derick Montague58a7a032020-09-21 12:21:48 -05001042 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001043 <a
1044 class="nav-link"
Derick Montague04d05ea2020-11-30 19:37:41 -06001045 href="/snmp-settings"
Derick Montaguef833c7e2020-10-27 08:21:20 -05001046 target="_self"
1047 >
1048
Derick Montague58a7a032020-09-21 12:21:48 -05001049 appNavigation.snmpSettings
1050
Derick Montaguef833c7e2020-10-27 08:21:20 -05001051 </a>
1052 </li>
1053 </ul>
1054 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -05001055 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -05001056 <li
1057 class="nav-item"
1058 >
1059 <button
Derick Montague58a7a032020-09-21 12:21:48 -05001060 aria-controls="access-control"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001061 aria-expanded="false"
1062 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -05001063 data-test-id="nav-button-access-control"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001064 type="button"
1065 >
1066 <svg
1067 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -05001068 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001069 focusable="false"
1070 height="16"
1071 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001072 viewBox="0 0 32 32"
1073 width="16"
1074 xmlns="http://www.w3.org/2000/svg"
1075 >
1076 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -05001077 d="M21,2a9,9,0,0,0-9,9,8.87,8.87,0,0,0,.39,2.61L2,24v6H8L18.39,19.61A9,9,0,0,0,30,11.74a8.77,8.77,0,0,0-1.65-6A9,9,0,0,0,21,2Zm0,16a7,7,0,0,1-2-.3l-1.15-.35L17,18.2l-3.18,3.18L12.41,20,11,21.41l1.38,1.38-1.59,1.59L9.41,23,8,24.41l1.38,1.38L7.17,28H4V24.83L13.8,15l.85-.85-.29-.95a7.14,7.14,0,0,1,3.4-8.44,7,7,0,0,1,10.24,6,6.69,6.69,0,0,1-1.09,4A7,7,0,0,1,21,18Z"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001078 />
1079 <circle
1080 cx="22"
1081 cy="10"
1082 r="2"
1083 />
1084 </svg>
1085
Derick Montaguef833c7e2020-10-27 08:21:20 -05001086 appNavigation.accessControl
Derick Montague58a7a032020-09-21 12:21:48 -05001087
Derick Montaguead2ceb62020-04-24 18:11:04 -05001088 <svg
1089 aria-hidden="true"
1090 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -05001091 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001092 focusable="false"
1093 height="16"
1094 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001095 viewBox="0 0 16 16"
1096 width="16"
1097 xmlns="http://www.w3.org/2000/svg"
1098 >
1099 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -05001100 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001101 />
1102 </svg>
1103 </button>
1104
Derick Montaguef833c7e2020-10-27 08:21:20 -05001105 <transition-stub
1106 class="nav-item__nav"
1107 css="true"
1108 enteractiveclass="collapsing"
1109 enterclass=""
1110 entertoclass="collapse show"
1111 leaveactiveclass="collapsing"
1112 leaveclass="collapse show"
1113 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001114 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001115 <ul
1116 class="collapse"
1117 id="access-control"
1118 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001119 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001120 <li
1121 class="nav-item"
Sukanya Pandeyc0a1ddd2020-12-31 14:35:13 +05301122 data-test-id="nav-item-client-sessions"
1123 >
1124 <a
1125 class="nav-link"
1126 href="/access-control/client-sessions"
1127 target="_self"
1128 >
1129
1130 appNavigation.clientSessions
1131
1132 </a>
1133 </li>
1134 <li
1135 class="nav-item"
Derick Montaguef833c7e2020-10-27 08:21:20 -05001136 data-test-id="nav-item-ldap"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001137 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001138 <a
1139 class="nav-link"
1140 href="/access-control/ldap"
1141 target="_self"
1142 >
1143
Derick Montague58a7a032020-09-21 12:21:48 -05001144 appNavigation.ldap
1145
Derick Montaguef833c7e2020-10-27 08:21:20 -05001146 </a>
1147 </li>
1148 <li
1149 class="nav-item"
1150 data-test-id="nav-item-local-user-management"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001151 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001152 <a
1153 class="nav-link"
1154 href="/access-control/local-user-management"
1155 target="_self"
1156 >
1157
Derick Montague58a7a032020-09-21 12:21:48 -05001158 appNavigation.localUserManagement
1159
Derick Montaguef833c7e2020-10-27 08:21:20 -05001160 </a>
1161 </li>
1162 <li
1163 class="nav-item"
1164 data-test-id="nav-item-ssl-certificates"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001165 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001166 <a
1167 class="nav-link"
1168 href="/access-control/ssl-certificates"
1169 target="_self"
1170 >
1171
Derick Montague58a7a032020-09-21 12:21:48 -05001172 appNavigation.sslCertificates
1173
Derick Montaguef833c7e2020-10-27 08:21:20 -05001174 </a>
1175 </li>
1176 </ul>
1177 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -05001178 </li>
1179 </ul>
1180 </nav>
1181 </div>
1182
Derick Montaguef833c7e2020-10-27 08:21:20 -05001183 <transition-stub
1184 name="fade"
1185 >
1186 <!---->
1187 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -05001188</div>
1189`;