blob: f8984f8b52b2b2145fd5fc2f84786be272a4cc4d [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"
433 data-test-id="nav-item-snmp-settings"
Derick Montague58a7a032020-09-21 12:21:48 -0500434 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500435 <a
436 class="nav-link"
437 href="/"
438 target="_self"
439 >
440
Derick Montague58a7a032020-09-21 12:21:48 -0500441 appNavigation.snmpSettings
442
Derick Montaguef833c7e2020-10-27 08:21:20 -0500443 </a>
444 </li>
445 </ul>
446 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500447 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500448 <li
449 class="nav-item"
450 >
451 <button
Derick Montague58a7a032020-09-21 12:21:48 -0500452 aria-controls="access-control"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500453 aria-expanded="false"
454 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -0500455 data-test-id="nav-button-access-control"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500456 type="button"
457 >
458 <svg
459 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500460 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500461 focusable="false"
462 height="16"
463 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500464 viewBox="0 0 32 32"
465 width="16"
466 xmlns="http://www.w3.org/2000/svg"
467 >
468 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500469 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 -0500470 />
471 <circle
472 cx="22"
473 cy="10"
474 r="2"
475 />
476 </svg>
477
Derick Montaguef833c7e2020-10-27 08:21:20 -0500478 appNavigation.accessControl
Derick Montague58a7a032020-09-21 12:21:48 -0500479
Derick Montaguead2ceb62020-04-24 18:11:04 -0500480 <svg
481 aria-hidden="true"
482 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500483 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500484 focusable="false"
485 height="16"
486 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500487 viewBox="0 0 16 16"
488 width="16"
489 xmlns="http://www.w3.org/2000/svg"
490 >
491 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500492 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500493 />
494 </svg>
495 </button>
496
Derick Montaguef833c7e2020-10-27 08:21:20 -0500497 <transition-stub
498 class="nav-item__nav"
499 css="true"
500 enteractiveclass="collapsing"
501 enterclass=""
502 entertoclass="collapse show"
503 leaveactiveclass="collapsing"
504 leaveclass="collapse show"
505 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500506 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500507 <ul
508 class="collapse"
509 id="access-control"
510 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500511 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500512 <li
513 class="nav-item"
514 data-test-id="nav-item-ldap"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500515 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500516 <a
517 class="nav-link"
518 href="/access-control/ldap"
519 target="_self"
520 >
521
Derick Montague58a7a032020-09-21 12:21:48 -0500522 appNavigation.ldap
523
Derick Montaguef833c7e2020-10-27 08:21:20 -0500524 </a>
525 </li>
526 <li
527 class="nav-item"
528 data-test-id="nav-item-local-user-management"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500529 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500530 <a
531 class="nav-link"
532 href="/access-control/local-user-management"
533 target="_self"
534 >
535
Derick Montague58a7a032020-09-21 12:21:48 -0500536 appNavigation.localUserManagement
537
Derick Montaguef833c7e2020-10-27 08:21:20 -0500538 </a>
539 </li>
540 <li
541 class="nav-item"
542 data-test-id="nav-item-ssl-certificates"
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/ssl-certificates"
547 target="_self"
548 >
549
Derick Montague58a7a032020-09-21 12:21:48 -0500550 appNavigation.sslCertificates
551
Derick Montaguef833c7e2020-10-27 08:21:20 -0500552 </a>
553 </li>
554 </ul>
555 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500556 </li>
557 </ul>
558 </nav>
559 </div>
560
Derick Montaguef833c7e2020-10-27 08:21:20 -0500561 <transition-stub
562 name="fade"
563 >
564 <!---->
565 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500566</div>
567`;
568
569exports[`AppNavigation.vue should render with nav-container open 1`] = `
570<div>
571 <div
572 class="nav-container"
573 >
574 <nav
575 aria-label="appNavigation.primaryNavigation"
576 >
577 <ul
Derick Montague58a7a032020-09-21 12:21:48 -0500578 class="nav mb-4 flex-column"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500579 >
580 <li
581 class="nav-item"
Derick Montague58a7a032020-09-21 12:21:48 -0500582 data-test-id="nav-item-overview"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500583 >
584 <a
585 class="nav-link"
586 href="/"
587 target="_self"
588 >
589 <svg
590 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500591 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500592 focusable="false"
593 height="16"
594 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500595 viewBox="0 0 32 32"
596 width="16"
597 xmlns="http://www.w3.org/2000/svg"
598 >
599 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500600 d="M4,2H2V28a2,2,0,0,0,2,2H30V28H4Z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500601 />
602 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500603 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 -0500604 />
605 </svg>
606
Derick Montague58a7a032020-09-21 12:21:48 -0500607 appNavigation.overview
608
Derick Montaguead2ceb62020-04-24 18:11:04 -0500609 </a>
610 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500611 <li
612 class="nav-item"
613 >
614 <button
Derick Montague58a7a032020-09-21 12:21:48 -0500615 aria-controls="health"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500616 aria-expanded="false"
617 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -0500618 data-test-id="nav-button-health"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500619 type="button"
620 >
621 <svg
622 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500623 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500624 focusable="false"
625 height="16"
626 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500627 viewBox="0 0 32 32"
628 width="16"
629 xmlns="http://www.w3.org/2000/svg"
630 >
631 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500632 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 -0500633 />
634 <circle
635 cx="11"
636 cy="8"
637 r="1"
638 />
639 <circle
640 cx="11"
641 cy="16"
642 r="1"
643 />
644 <circle
645 cx="11"
646 cy="24"
647 r="1"
648 />
649 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500650 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 -0500651 />
652 </svg>
653
Derick Montague58a7a032020-09-21 12:21:48 -0500654 appNavigation.health
655
Derick Montaguead2ceb62020-04-24 18:11:04 -0500656 <svg
657 aria-hidden="true"
658 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500659 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500660 focusable="false"
661 height="16"
662 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500663 viewBox="0 0 16 16"
664 width="16"
665 xmlns="http://www.w3.org/2000/svg"
666 >
667 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500668 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500669 />
670 </svg>
671 </button>
672
Derick Montaguef833c7e2020-10-27 08:21:20 -0500673 <transition-stub
674 class="nav-item__nav"
675 css="true"
676 enteractiveclass="collapsing"
677 enterclass=""
678 entertoclass="collapse show"
679 leaveactiveclass="collapsing"
680 leaveclass="collapse show"
681 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500682 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500683 <ul
684 class="collapse"
685 id="health"
686 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500687 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500688 <li
689 class="nav-item"
690 data-test-id="nav-item-event-logs"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500691 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500692 <a
693 class="nav-link"
694 href="/health/event-logs"
695 target="_self"
696 >
697
Derick Montague58a7a032020-09-21 12:21:48 -0500698 appNavigation.eventLogs
699
Derick Montaguef833c7e2020-10-27 08:21:20 -0500700 </a>
701 </li>
702 <li
703 class="nav-item"
704 data-test-id="nav-item-hardware-status"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500705 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500706 <a
707 class="nav-link"
708 href="/health/hardware-status"
709 target="_self"
710 >
711
Derick Montague58a7a032020-09-21 12:21:48 -0500712 appNavigation.hardwareStatus
713
Derick Montaguef833c7e2020-10-27 08:21:20 -0500714 </a>
715 </li>
716 <li
717 class="nav-item"
718 data-test-id="nav-item-sensors"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500719 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500720 <a
721 class="nav-link"
722 href="/health/sensors"
723 target="_self"
724 >
725
Derick Montague58a7a032020-09-21 12:21:48 -0500726 appNavigation.sensors
727
Derick Montaguef833c7e2020-10-27 08:21:20 -0500728 </a>
729 </li>
730 </ul>
731 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500732 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500733 <li
734 class="nav-item"
735 >
736 <button
Derick Montague58a7a032020-09-21 12:21:48 -0500737 aria-controls="control"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500738 aria-expanded="false"
739 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -0500740 data-test-id="nav-button-control"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500741 type="button"
742 >
743 <svg
744 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500745 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500746 focusable="false"
747 height="16"
748 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500749 viewBox="0 0 32 32"
750 width="16"
751 xmlns="http://www.w3.org/2000/svg"
752 >
753 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500754 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 -0500755 />
756 </svg>
757
Derick Montague58a7a032020-09-21 12:21:48 -0500758 appNavigation.control
759
Derick Montaguead2ceb62020-04-24 18:11:04 -0500760 <svg
761 aria-hidden="true"
762 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500763 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500764 focusable="false"
765 height="16"
766 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500767 viewBox="0 0 16 16"
768 width="16"
769 xmlns="http://www.w3.org/2000/svg"
770 >
771 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500772 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500773 />
774 </svg>
775 </button>
776
Derick Montaguef833c7e2020-10-27 08:21:20 -0500777 <transition-stub
778 class="nav-item__nav"
779 css="true"
780 enteractiveclass="collapsing"
781 enterclass=""
782 entertoclass="collapse show"
783 leaveactiveclass="collapsing"
784 leaveclass="collapse show"
785 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500786 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500787 <ul
788 class="collapse"
789 id="control"
790 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500791 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500792 <li
793 class="nav-item"
794 data-test-id="nav-item-kvm"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500795 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500796 <a
797 class="nav-link"
798 href="/control/kvm"
799 target="_self"
800 >
801
Derick Montague58a7a032020-09-21 12:21:48 -0500802 appNavigation.kvm
803
Derick Montaguef833c7e2020-10-27 08:21:20 -0500804 </a>
805 </li>
806 <li
807 class="nav-item"
808 data-test-id="nav-item-manage-power-usage"
Derick Montague58a7a032020-09-21 12:21:48 -0500809 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500810 <a
811 class="nav-link"
812 href="/control/manage-power-usage"
813 target="_self"
814 >
815
Derick Montague58a7a032020-09-21 12:21:48 -0500816 appNavigation.managePowerUsage
817
Derick Montaguef833c7e2020-10-27 08:21:20 -0500818 </a>
819 </li>
820 <li
821 class="nav-item"
822 data-test-id="nav-item-reboot-bmc"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500823 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500824 <a
825 class="nav-link"
826 href="/control/reboot-bmc"
827 target="_self"
828 >
829
Derick Montague58a7a032020-09-21 12:21:48 -0500830 appNavigation.rebootBmc
831
Derick Montaguef833c7e2020-10-27 08:21:20 -0500832 </a>
833 </li>
834 <li
835 class="nav-item"
836 data-test-id="nav-item-serial-over-lan"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500837 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500838 <a
839 class="nav-link"
840 href="/control/serial-over-lan"
841 target="_self"
842 >
843
Derick Montague58a7a032020-09-21 12:21:48 -0500844 appNavigation.serialOverLan
845
Derick Montaguef833c7e2020-10-27 08:21:20 -0500846 </a>
847 </li>
848 <li
849 class="nav-item"
850 data-test-id="nav-item-server-led"
Derick Montague58a7a032020-09-21 12:21:48 -0500851 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500852 <a
853 class="nav-link"
854 href="/control/server-led"
855 target="_self"
856 >
857
Derick Montague58a7a032020-09-21 12:21:48 -0500858 appNavigation.serverLed
859
Derick Montaguef833c7e2020-10-27 08:21:20 -0500860 </a>
861 </li>
862 <li
863 class="nav-item"
864 data-test-id="nav-item-server-power-operations"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500865 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500866 <a
867 class="nav-link"
868 href="/control/server-power-operations"
869 target="_self"
870 >
871
Derick Montague58a7a032020-09-21 12:21:48 -0500872 appNavigation.serverPowerOperations
873
Derick Montaguef833c7e2020-10-27 08:21:20 -0500874 </a>
875 </li>
876 <li
877 class="nav-item"
878 data-test-id="nav-item-virtual-media"
Derick Montague58a7a032020-09-21 12:21:48 -0500879 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500880 <a
881 class="nav-link"
882 href="/control/virtual-media"
883 target="_self"
884 >
885
Derick Montague58a7a032020-09-21 12:21:48 -0500886 appNavigation.virtualMedia
887
Derick Montaguef833c7e2020-10-27 08:21:20 -0500888 </a>
889 </li>
890 </ul>
891 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500892 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -0500893 <li
894 class="nav-item"
895 >
896 <button
Derick Montague58a7a032020-09-21 12:21:48 -0500897 aria-controls="configuration"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500898 aria-expanded="false"
899 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -0500900 data-test-id="nav-button-configuration"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500901 type="button"
902 >
903 <svg
904 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500905 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500906 focusable="false"
907 height="16"
908 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500909 viewBox="0 0 16 16"
910 width="16"
911 xmlns="http://www.w3.org/2000/svg"
912 >
913 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500914 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 -0500915 />
916 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500917 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 -0500918 />
919 </svg>
920
Derick Montague58a7a032020-09-21 12:21:48 -0500921 appNavigation.configuration
922
Derick Montaguead2ceb62020-04-24 18:11:04 -0500923 <svg
924 aria-hidden="true"
925 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -0500926 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500927 focusable="false"
928 height="16"
929 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500930 viewBox="0 0 16 16"
931 width="16"
932 xmlns="http://www.w3.org/2000/svg"
933 >
934 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -0500935 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500936 />
937 </svg>
938 </button>
939
Derick Montaguef833c7e2020-10-27 08:21:20 -0500940 <transition-stub
941 class="nav-item__nav"
942 css="true"
943 enteractiveclass="collapsing"
944 enterclass=""
945 entertoclass="collapse show"
946 leaveactiveclass="collapsing"
947 leaveclass="collapse show"
948 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500949 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500950 <ul
951 class="collapse"
952 id="configuration"
953 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500954 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500955 <li
956 class="nav-item"
957 data-test-id="nav-item-date-time-settings"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500958 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500959 <a
960 class="nav-link"
961 href="/configuration/date-time-settings"
962 target="_self"
963 >
964
Derick Montague58a7a032020-09-21 12:21:48 -0500965 appNavigation.dateTimeSettings
966
Derick Montaguef833c7e2020-10-27 08:21:20 -0500967 </a>
968 </li>
969 <li
970 class="nav-item"
971 data-test-id="nav-item-firmware"
Derick Montaguead2ceb62020-04-24 18:11:04 -0500972 >
Derick Montaguef833c7e2020-10-27 08:21:20 -0500973 <a
974 class="nav-link"
975 href="/configuration/firmware"
976 target="_self"
977 >
978
Derick Montague58a7a032020-09-21 12:21:48 -0500979 appNavigation.firmware
980
Derick Montaguef833c7e2020-10-27 08:21:20 -0500981 </a>
982 </li>
983 <li
984 class="nav-item"
985 data-test-id="nav-item-network-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/network-settings"
990 target="_self"
991 >
992
Derick Montague58a7a032020-09-21 12:21:48 -0500993 appNavigation.networkSettings
994
Derick Montaguef833c7e2020-10-27 08:21:20 -0500995 </a>
996 </li>
997 <li
998 class="nav-item"
999 data-test-id="nav-item-snmp-settings"
Derick Montague58a7a032020-09-21 12:21:48 -05001000 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001001 <a
1002 class="nav-link"
1003 href="/"
1004 target="_self"
1005 >
1006
Derick Montague58a7a032020-09-21 12:21:48 -05001007 appNavigation.snmpSettings
1008
Derick Montaguef833c7e2020-10-27 08:21:20 -05001009 </a>
1010 </li>
1011 </ul>
1012 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -05001013 </li>
Derick Montaguead2ceb62020-04-24 18:11:04 -05001014 <li
1015 class="nav-item"
1016 >
1017 <button
Derick Montague58a7a032020-09-21 12:21:48 -05001018 aria-controls="access-control"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001019 aria-expanded="false"
1020 class="btn btn-link collapsed"
Derick Montague58a7a032020-09-21 12:21:48 -05001021 data-test-id="nav-button-access-control"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001022 type="button"
1023 >
1024 <svg
1025 aria-hidden="true"
Derick Montaguef833c7e2020-10-27 08:21:20 -05001026 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001027 focusable="false"
1028 height="16"
1029 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001030 viewBox="0 0 32 32"
1031 width="16"
1032 xmlns="http://www.w3.org/2000/svg"
1033 >
1034 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -05001035 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 -05001036 />
1037 <circle
1038 cx="22"
1039 cy="10"
1040 r="2"
1041 />
1042 </svg>
1043
Derick Montaguef833c7e2020-10-27 08:21:20 -05001044 appNavigation.accessControl
Derick Montague58a7a032020-09-21 12:21:48 -05001045
Derick Montaguead2ceb62020-04-24 18:11:04 -05001046 <svg
1047 aria-hidden="true"
1048 class="icon-expand"
Derick Montaguef833c7e2020-10-27 08:21:20 -05001049 fill="currentColor"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001050 focusable="false"
1051 height="16"
1052 preserveAspectRatio="xMidYMid meet"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001053 viewBox="0 0 16 16"
1054 width="16"
1055 xmlns="http://www.w3.org/2000/svg"
1056 >
1057 <path
Derick Montaguef833c7e2020-10-27 08:21:20 -05001058 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001059 />
1060 </svg>
1061 </button>
1062
Derick Montaguef833c7e2020-10-27 08:21:20 -05001063 <transition-stub
1064 class="nav-item__nav"
1065 css="true"
1066 enteractiveclass="collapsing"
1067 enterclass=""
1068 entertoclass="collapse show"
1069 leaveactiveclass="collapsing"
1070 leaveclass="collapse show"
1071 leavetoclass="collapse"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001072 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001073 <ul
1074 class="collapse"
1075 id="access-control"
1076 style="display: none;"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001077 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001078 <li
1079 class="nav-item"
1080 data-test-id="nav-item-ldap"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001081 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001082 <a
1083 class="nav-link"
1084 href="/access-control/ldap"
1085 target="_self"
1086 >
1087
Derick Montague58a7a032020-09-21 12:21:48 -05001088 appNavigation.ldap
1089
Derick Montaguef833c7e2020-10-27 08:21:20 -05001090 </a>
1091 </li>
1092 <li
1093 class="nav-item"
1094 data-test-id="nav-item-local-user-management"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001095 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001096 <a
1097 class="nav-link"
1098 href="/access-control/local-user-management"
1099 target="_self"
1100 >
1101
Derick Montague58a7a032020-09-21 12:21:48 -05001102 appNavigation.localUserManagement
1103
Derick Montaguef833c7e2020-10-27 08:21:20 -05001104 </a>
1105 </li>
1106 <li
1107 class="nav-item"
1108 data-test-id="nav-item-ssl-certificates"
Derick Montaguead2ceb62020-04-24 18:11:04 -05001109 >
Derick Montaguef833c7e2020-10-27 08:21:20 -05001110 <a
1111 class="nav-link"
1112 href="/access-control/ssl-certificates"
1113 target="_self"
1114 >
1115
Derick Montague58a7a032020-09-21 12:21:48 -05001116 appNavigation.sslCertificates
1117
Derick Montaguef833c7e2020-10-27 08:21:20 -05001118 </a>
1119 </li>
1120 </ul>
1121 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -05001122 </li>
1123 </ul>
1124 </nav>
1125 </div>
1126
Derick Montaguef833c7e2020-10-27 08:21:20 -05001127 <transition-stub
1128 name="fade"
1129 >
1130 <!---->
1131 </transition-stub>
Derick Montaguead2ceb62020-04-24 18:11:04 -05001132</div>
1133`;