1// 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 12 class="nav mb-4 flex-column" 13 > 14 <li 15 class="nav-item" 16 data-test-id="nav-item-overview" 17 > 18 <a 19 aria-current="page" 20 class="nav-link router-link-exact-active router-link-active" 21 href="#/" 22 target="_self" 23 > 24 <svg 25 aria-hidden="true" 26 fill="currentColor" 27 focusable="false" 28 height="16" 29 preserveAspectRatio="xMidYMid meet" 30 viewBox="0 0 32 32" 31 width="16" 32 xmlns="http://www.w3.org/2000/svg" 33 > 34 <path 35 d="M24 21H26V26H24zM20 16H22V26H20zM11 26a5.0059 5.0059 0 01-5-5H8a3 3 0 103-3V16a5 5 0 010 10z" 36 /> 37 <path 38 d="M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z" 39 /> 40 </svg> 41 42 appNavigation.overview 43 44 </a> 45 </li> 46 <li 47 class="nav-item" 48 > 49 <button 50 aria-controls="logs" 51 aria-expanded="false" 52 class="btn btn-link collapsed" 53 data-test-id="nav-button-logs" 54 type="button" 55 > 56 <svg 57 aria-hidden="true" 58 fill="currentColor" 59 focusable="false" 60 height="16" 61 preserveAspectRatio="xMidYMid meet" 62 viewBox="0 0 32 32" 63 width="16" 64 xmlns="http://www.w3.org/2000/svg" 65 > 66 <path 67 d="M8 10H16V12H8zM8 6H20V8H8zM8 2H20V4H8z" 68 /> 69 <path 70 d="M4.7111,28l5.6312-9.9961,7.4341,6.49A2,2,0,0,0,20.86,23.96l6.9707-10.4034-1.6622-1.1132-7,10.4472-.07.1035-7.4345-6.4907a2.0032,2.0032,0,0,0-3.0806.5308L4,25.1826V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z" 71 /> 72 </svg> 73 74 appNavigation.logs 75 76 <svg 77 aria-hidden="true" 78 class="icon-expand" 79 fill="currentColor" 80 focusable="false" 81 height="16" 82 preserveAspectRatio="xMidYMid meet" 83 viewBox="0 0 16 16" 84 width="16" 85 xmlns="http://www.w3.org/2000/svg" 86 > 87 <path 88 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 89 /> 90 </svg> 91 </button> 92 93 <transition-stub 94 class="nav-item__nav" 95 css="true" 96 enteractiveclass="collapsing" 97 enterclass="" 98 entertoclass="collapse show" 99 leaveactiveclass="collapsing" 100 leaveclass="collapse show" 101 leavetoclass="collapse" 102 > 103 <ul 104 class="collapse" 105 id="logs" 106 style="display: none;" 107 > 108 <li 109 class="nav-item" 110 > 111 <a 112 class="nav-link" 113 data-test-id="nav-item-event-logs" 114 href="#/logs/event-logs" 115 > 116 117 appNavigation.eventLogs 118 119 </a> 120 <a 121 class="nav-link" 122 data-test-id="nav-item-post-code-logs" 123 href="#/logs/post-code-logs" 124 > 125 126 appNavigation.postCodeLogs 127 128 </a> 129 </li> 130 </ul> 131 </transition-stub> 132 </li> 133 <li 134 class="nav-item" 135 > 136 <button 137 aria-controls="hardware-status" 138 aria-expanded="false" 139 class="btn btn-link collapsed" 140 data-test-id="nav-button-hardware-status" 141 type="button" 142 > 143 <svg 144 aria-hidden="true" 145 fill="currentColor" 146 focusable="false" 147 height="16" 148 preserveAspectRatio="xMidYMid meet" 149 viewBox="0 0 32 32" 150 width="16" 151 xmlns="http://www.w3.org/2000/svg" 152 > 153 <path 154 d="M23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z" 155 /> 156 <circle 157 cx="11" 158 cy="8" 159 r="1" 160 /> 161 <circle 162 cx="11" 163 cy="16" 164 r="1" 165 /> 166 <circle 167 cx="11" 168 cy="24" 169 r="1" 170 /> 171 <path 172 d="M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z" 173 /> 174 </svg> 175 176 appNavigation.hardwareStatus 177 178 <svg 179 aria-hidden="true" 180 class="icon-expand" 181 fill="currentColor" 182 focusable="false" 183 height="16" 184 preserveAspectRatio="xMidYMid meet" 185 viewBox="0 0 16 16" 186 width="16" 187 xmlns="http://www.w3.org/2000/svg" 188 > 189 <path 190 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 191 /> 192 </svg> 193 </button> 194 195 <transition-stub 196 class="nav-item__nav" 197 css="true" 198 enteractiveclass="collapsing" 199 enterclass="" 200 entertoclass="collapse show" 201 leaveactiveclass="collapsing" 202 leaveclass="collapse show" 203 leavetoclass="collapse" 204 > 205 <ul 206 class="collapse" 207 id="hardware-status" 208 style="display: none;" 209 > 210 <li 211 class="nav-item" 212 > 213 <a 214 class="nav-link" 215 data-test-id="nav-item-inventory" 216 href="#/hardware-status/inventory" 217 > 218 219 appNavigation.inventory 220 221 </a> 222 <a 223 class="nav-link" 224 data-test-id="nav-item-sensors" 225 href="#/hardware-status/sensors" 226 > 227 228 appNavigation.sensors 229 230 </a> 231 </li> 232 </ul> 233 </transition-stub> 234 </li> 235 <li 236 class="nav-item" 237 > 238 <button 239 aria-controls="operations" 240 aria-expanded="false" 241 class="btn btn-link collapsed" 242 data-test-id="nav-button-operations" 243 type="button" 244 > 245 <svg 246 aria-hidden="true" 247 fill="currentColor" 248 focusable="false" 249 height="16" 250 preserveAspectRatio="xMidYMid meet" 251 viewBox="0 0 32 32" 252 width="16" 253 xmlns="http://www.w3.org/2000/svg" 254 > 255 <path 256 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" 257 /> 258 </svg> 259 260 appNavigation.operations 261 262 <svg 263 aria-hidden="true" 264 class="icon-expand" 265 fill="currentColor" 266 focusable="false" 267 height="16" 268 preserveAspectRatio="xMidYMid meet" 269 viewBox="0 0 16 16" 270 width="16" 271 xmlns="http://www.w3.org/2000/svg" 272 > 273 <path 274 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 275 /> 276 </svg> 277 </button> 278 279 <transition-stub 280 class="nav-item__nav" 281 css="true" 282 enteractiveclass="collapsing" 283 enterclass="" 284 entertoclass="collapse show" 285 leaveactiveclass="collapsing" 286 leaveclass="collapse show" 287 leavetoclass="collapse" 288 > 289 <ul 290 class="collapse" 291 id="operations" 292 style="display: none;" 293 > 294 <li 295 class="nav-item" 296 > 297 <a 298 class="nav-link" 299 data-test-id="nav-item-factory-reset" 300 href="#/operations/factory-reset" 301 > 302 303 appNavigation.factoryReset 304 305 </a> 306 <a 307 class="nav-link" 308 data-test-id="nav-item-kvm" 309 href="#/operations/kvm" 310 > 311 312 appNavigation.kvm 313 314 </a> 315 <a 316 class="nav-link" 317 data-test-id="nav-item-firmware" 318 href="#/operations/firmware" 319 > 320 321 appNavigation.firmware 322 323 </a> 324 <a 325 class="nav-link" 326 data-test-id="nav-item-reboot-bmc" 327 href="#/operations/reboot-bmc" 328 > 329 330 appNavigation.rebootBmc 331 332 </a> 333 <a 334 class="nav-link" 335 data-test-id="nav-item-serial-over-lan" 336 href="#/operations/serial-over-lan" 337 > 338 339 appNavigation.serialOverLan 340 341 </a> 342 <a 343 class="nav-link" 344 data-test-id="nav-item-server-power-operations" 345 href="#/operations/server-power-operations" 346 > 347 348 appNavigation.serverPowerOperations 349 350 </a> 351 <a 352 class="nav-link" 353 data-test-id="nav-item-virtual-media" 354 href="#/operations/virtual-media" 355 > 356 357 appNavigation.virtualMedia 358 359 </a> 360 </li> 361 </ul> 362 </transition-stub> 363 </li> 364 <li 365 class="nav-item" 366 > 367 <button 368 aria-controls="settings" 369 aria-expanded="false" 370 class="btn btn-link collapsed" 371 data-test-id="nav-button-settings" 372 type="button" 373 > 374 <svg 375 aria-hidden="true" 376 fill="currentColor" 377 focusable="false" 378 height="16" 379 preserveAspectRatio="xMidYMid meet" 380 viewBox="0 0 16 16" 381 width="16" 382 xmlns="http://www.w3.org/2000/svg" 383 > 384 <path 385 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" 386 /> 387 <path 388 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" 389 /> 390 </svg> 391 392 appNavigation.settings 393 394 <svg 395 aria-hidden="true" 396 class="icon-expand" 397 fill="currentColor" 398 focusable="false" 399 height="16" 400 preserveAspectRatio="xMidYMid meet" 401 viewBox="0 0 16 16" 402 width="16" 403 xmlns="http://www.w3.org/2000/svg" 404 > 405 <path 406 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 407 /> 408 </svg> 409 </button> 410 411 <transition-stub 412 class="nav-item__nav" 413 css="true" 414 enteractiveclass="collapsing" 415 enterclass="" 416 entertoclass="collapse show" 417 leaveactiveclass="collapsing" 418 leaveclass="collapse show" 419 leavetoclass="collapse" 420 > 421 <ul 422 class="collapse" 423 id="settings" 424 style="display: none;" 425 > 426 <li 427 class="nav-item" 428 > 429 <a 430 class="nav-link" 431 data-test-id="nav-item-date-time" 432 href="#/settings/date-time" 433 > 434 435 appNavigation.dateTime 436 437 </a> 438 <a 439 class="nav-link" 440 data-test-id="nav-item-network" 441 href="#/settings/network" 442 > 443 444 appNavigation.network 445 446 </a> 447 <a 448 class="nav-link" 449 data-test-id="nav-item-power-restore-policy" 450 href="#/settings/power-restore-policy" 451 > 452 453 appNavigation.powerRestorePolicy 454 455 </a> 456 </li> 457 </ul> 458 </transition-stub> 459 </li> 460 <li 461 class="nav-item" 462 > 463 <button 464 aria-controls="security-and-access" 465 aria-expanded="false" 466 class="btn btn-link collapsed" 467 data-test-id="nav-button-security-and-access" 468 type="button" 469 > 470 <svg 471 aria-hidden="true" 472 fill="currentColor" 473 focusable="false" 474 height="16" 475 preserveAspectRatio="xMidYMid meet" 476 viewBox="0 0 32 32" 477 width="16" 478 xmlns="http://www.w3.org/2000/svg" 479 > 480 <path 481 d="M14 16.59L11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z" 482 /> 483 <path 484 d="M16,30,9.8242,26.7071A10.9818,10.9818,0,0,1,4,17V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V17a10.9818,10.9818,0,0,1-5.8242,9.7071ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z" 485 /> 486 </svg> 487 488 appNavigation.securityAndAccess 489 490 <svg 491 aria-hidden="true" 492 class="icon-expand" 493 fill="currentColor" 494 focusable="false" 495 height="16" 496 preserveAspectRatio="xMidYMid meet" 497 viewBox="0 0 16 16" 498 width="16" 499 xmlns="http://www.w3.org/2000/svg" 500 > 501 <path 502 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 503 /> 504 </svg> 505 </button> 506 507 <transition-stub 508 class="nav-item__nav" 509 css="true" 510 enteractiveclass="collapsing" 511 enterclass="" 512 entertoclass="collapse show" 513 leaveactiveclass="collapsing" 514 leaveclass="collapse show" 515 leavetoclass="collapse" 516 > 517 <ul 518 class="collapse" 519 id="security-and-access" 520 style="display: none;" 521 > 522 <li 523 class="nav-item" 524 > 525 <a 526 class="nav-link" 527 data-test-id="nav-item-sessions" 528 href="#/security-and-access/sessions" 529 > 530 531 appNavigation.sessions 532 533 </a> 534 <a 535 class="nav-link" 536 data-test-id="nav-item-ldap" 537 href="#/security-and-access/ldap" 538 > 539 540 appNavigation.ldap 541 542 </a> 543 <a 544 class="nav-link" 545 data-test-id="nav-item-user-management" 546 href="#/security-and-access/user-management" 547 > 548 549 appNavigation.userManagement 550 551 </a> 552 <a 553 class="nav-link" 554 data-test-id="nav-item-policies" 555 href="#/security-and-access/policies" 556 > 557 558 appNavigation.policies 559 560 </a> 561 <a 562 class="nav-link" 563 data-test-id="nav-item-certificates" 564 href="#/security-and-access/certificates" 565 > 566 567 appNavigation.certificates 568 569 </a> 570 </li> 571 </ul> 572 </transition-stub> 573 </li> 574 <li 575 class="nav-item" 576 > 577 <button 578 aria-controls="resource-management" 579 aria-expanded="false" 580 class="btn btn-link collapsed" 581 data-test-id="nav-button-resource-management" 582 type="button" 583 > 584 <svg 585 aria-hidden="true" 586 fill="currentColor" 587 focusable="false" 588 height="16" 589 preserveAspectRatio="xMidYMid meet" 590 viewBox="0 0 32 32" 591 width="16" 592 xmlns="http://www.w3.org/2000/svg" 593 > 594 <path 595 d="M19 24H26V26H19zM19 20H26V22H19zM19 16H26V18H19zM6 24H13V26H6zM6 20H13V22H6z" 596 /> 597 <path 598 d="M28,4H17a2.0023,2.0023,0,0,0-2,2v6H4a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM15,28H4V14H15Zm2,0V6H28V28Z" 599 /> 600 </svg> 601 602 appNavigation.resourceManagement 603 604 <svg 605 aria-hidden="true" 606 class="icon-expand" 607 fill="currentColor" 608 focusable="false" 609 height="16" 610 preserveAspectRatio="xMidYMid meet" 611 viewBox="0 0 16 16" 612 width="16" 613 xmlns="http://www.w3.org/2000/svg" 614 > 615 <path 616 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 617 /> 618 </svg> 619 </button> 620 621 <transition-stub 622 class="nav-item__nav" 623 css="true" 624 enteractiveclass="collapsing" 625 enterclass="" 626 entertoclass="collapse show" 627 leaveactiveclass="collapsing" 628 leaveclass="collapse show" 629 leavetoclass="collapse" 630 > 631 <ul 632 class="collapse" 633 id="resource-management" 634 style="display: none;" 635 > 636 <li 637 class="nav-item" 638 > 639 <a 640 class="nav-link" 641 data-test-id="nav-item-power" 642 href="#/resource-management/power" 643 > 644 645 appNavigation.power 646 647 </a> 648 </li> 649 </ul> 650 </transition-stub> 651 </li> 652 </ul> 653 </nav> 654 </div> 655 656 <transition-stub 657 name="fade" 658 > 659 <!----> 660 </transition-stub> 661</div> 662`; 663 664exports[`AppNavigation.vue should render with nav-container open 1`] = ` 665<div> 666 <div 667 class="nav-container" 668 > 669 <nav 670 aria-label="appNavigation.primaryNavigation" 671 > 672 <ul 673 class="nav mb-4 flex-column" 674 > 675 <li 676 class="nav-item" 677 data-test-id="nav-item-overview" 678 > 679 <a 680 aria-current="page" 681 class="nav-link router-link-exact-active router-link-active" 682 href="#/" 683 target="_self" 684 > 685 <svg 686 aria-hidden="true" 687 fill="currentColor" 688 focusable="false" 689 height="16" 690 preserveAspectRatio="xMidYMid meet" 691 viewBox="0 0 32 32" 692 width="16" 693 xmlns="http://www.w3.org/2000/svg" 694 > 695 <path 696 d="M24 21H26V26H24zM20 16H22V26H20zM11 26a5.0059 5.0059 0 01-5-5H8a3 3 0 103-3V16a5 5 0 010 10z" 697 /> 698 <path 699 d="M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z" 700 /> 701 </svg> 702 703 appNavigation.overview 704 705 </a> 706 </li> 707 <li 708 class="nav-item" 709 > 710 <button 711 aria-controls="logs" 712 aria-expanded="false" 713 class="btn btn-link collapsed" 714 data-test-id="nav-button-logs" 715 type="button" 716 > 717 <svg 718 aria-hidden="true" 719 fill="currentColor" 720 focusable="false" 721 height="16" 722 preserveAspectRatio="xMidYMid meet" 723 viewBox="0 0 32 32" 724 width="16" 725 xmlns="http://www.w3.org/2000/svg" 726 > 727 <path 728 d="M8 10H16V12H8zM8 6H20V8H8zM8 2H20V4H8z" 729 /> 730 <path 731 d="M4.7111,28l5.6312-9.9961,7.4341,6.49A2,2,0,0,0,20.86,23.96l6.9707-10.4034-1.6622-1.1132-7,10.4472-.07.1035-7.4345-6.4907a2.0032,2.0032,0,0,0-3.0806.5308L4,25.1826V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z" 732 /> 733 </svg> 734 735 appNavigation.logs 736 737 <svg 738 aria-hidden="true" 739 class="icon-expand" 740 fill="currentColor" 741 focusable="false" 742 height="16" 743 preserveAspectRatio="xMidYMid meet" 744 viewBox="0 0 16 16" 745 width="16" 746 xmlns="http://www.w3.org/2000/svg" 747 > 748 <path 749 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 750 /> 751 </svg> 752 </button> 753 754 <transition-stub 755 class="nav-item__nav" 756 css="true" 757 enteractiveclass="collapsing" 758 enterclass="" 759 entertoclass="collapse show" 760 leaveactiveclass="collapsing" 761 leaveclass="collapse show" 762 leavetoclass="collapse" 763 > 764 <ul 765 class="collapse" 766 id="logs" 767 style="display: none;" 768 > 769 <li 770 class="nav-item" 771 > 772 <a 773 class="nav-link" 774 data-test-id="nav-item-event-logs" 775 href="#/logs/event-logs" 776 > 777 778 appNavigation.eventLogs 779 780 </a> 781 <a 782 class="nav-link" 783 data-test-id="nav-item-post-code-logs" 784 href="#/logs/post-code-logs" 785 > 786 787 appNavigation.postCodeLogs 788 789 </a> 790 </li> 791 </ul> 792 </transition-stub> 793 </li> 794 <li 795 class="nav-item" 796 > 797 <button 798 aria-controls="hardware-status" 799 aria-expanded="false" 800 class="btn btn-link collapsed" 801 data-test-id="nav-button-hardware-status" 802 type="button" 803 > 804 <svg 805 aria-hidden="true" 806 fill="currentColor" 807 focusable="false" 808 height="16" 809 preserveAspectRatio="xMidYMid meet" 810 viewBox="0 0 32 32" 811 width="16" 812 xmlns="http://www.w3.org/2000/svg" 813 > 814 <path 815 d="M23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z" 816 /> 817 <circle 818 cx="11" 819 cy="8" 820 r="1" 821 /> 822 <circle 823 cx="11" 824 cy="16" 825 r="1" 826 /> 827 <circle 828 cx="11" 829 cy="24" 830 r="1" 831 /> 832 <path 833 d="M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z" 834 /> 835 </svg> 836 837 appNavigation.hardwareStatus 838 839 <svg 840 aria-hidden="true" 841 class="icon-expand" 842 fill="currentColor" 843 focusable="false" 844 height="16" 845 preserveAspectRatio="xMidYMid meet" 846 viewBox="0 0 16 16" 847 width="16" 848 xmlns="http://www.w3.org/2000/svg" 849 > 850 <path 851 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 852 /> 853 </svg> 854 </button> 855 856 <transition-stub 857 class="nav-item__nav" 858 css="true" 859 enteractiveclass="collapsing" 860 enterclass="" 861 entertoclass="collapse show" 862 leaveactiveclass="collapsing" 863 leaveclass="collapse show" 864 leavetoclass="collapse" 865 > 866 <ul 867 class="collapse" 868 id="hardware-status" 869 style="display: none;" 870 > 871 <li 872 class="nav-item" 873 > 874 <a 875 class="nav-link" 876 data-test-id="nav-item-inventory" 877 href="#/hardware-status/inventory" 878 > 879 880 appNavigation.inventory 881 882 </a> 883 <a 884 class="nav-link" 885 data-test-id="nav-item-sensors" 886 href="#/hardware-status/sensors" 887 > 888 889 appNavigation.sensors 890 891 </a> 892 </li> 893 </ul> 894 </transition-stub> 895 </li> 896 <li 897 class="nav-item" 898 > 899 <button 900 aria-controls="operations" 901 aria-expanded="false" 902 class="btn btn-link collapsed" 903 data-test-id="nav-button-operations" 904 type="button" 905 > 906 <svg 907 aria-hidden="true" 908 fill="currentColor" 909 focusable="false" 910 height="16" 911 preserveAspectRatio="xMidYMid meet" 912 viewBox="0 0 32 32" 913 width="16" 914 xmlns="http://www.w3.org/2000/svg" 915 > 916 <path 917 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" 918 /> 919 </svg> 920 921 appNavigation.operations 922 923 <svg 924 aria-hidden="true" 925 class="icon-expand" 926 fill="currentColor" 927 focusable="false" 928 height="16" 929 preserveAspectRatio="xMidYMid meet" 930 viewBox="0 0 16 16" 931 width="16" 932 xmlns="http://www.w3.org/2000/svg" 933 > 934 <path 935 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 936 /> 937 </svg> 938 </button> 939 940 <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" 949 > 950 <ul 951 class="collapse" 952 id="operations" 953 style="display: none;" 954 > 955 <li 956 class="nav-item" 957 > 958 <a 959 class="nav-link" 960 data-test-id="nav-item-factory-reset" 961 href="#/operations/factory-reset" 962 > 963 964 appNavigation.factoryReset 965 966 </a> 967 <a 968 class="nav-link" 969 data-test-id="nav-item-kvm" 970 href="#/operations/kvm" 971 > 972 973 appNavigation.kvm 974 975 </a> 976 <a 977 class="nav-link" 978 data-test-id="nav-item-firmware" 979 href="#/operations/firmware" 980 > 981 982 appNavigation.firmware 983 984 </a> 985 <a 986 class="nav-link" 987 data-test-id="nav-item-reboot-bmc" 988 href="#/operations/reboot-bmc" 989 > 990 991 appNavigation.rebootBmc 992 993 </a> 994 <a 995 class="nav-link" 996 data-test-id="nav-item-serial-over-lan" 997 href="#/operations/serial-over-lan" 998 > 999 1000 appNavigation.serialOverLan 1001 1002 </a> 1003 <a 1004 class="nav-link" 1005 data-test-id="nav-item-server-power-operations" 1006 href="#/operations/server-power-operations" 1007 > 1008 1009 appNavigation.serverPowerOperations 1010 1011 </a> 1012 <a 1013 class="nav-link" 1014 data-test-id="nav-item-virtual-media" 1015 href="#/operations/virtual-media" 1016 > 1017 1018 appNavigation.virtualMedia 1019 1020 </a> 1021 </li> 1022 </ul> 1023 </transition-stub> 1024 </li> 1025 <li 1026 class="nav-item" 1027 > 1028 <button 1029 aria-controls="settings" 1030 aria-expanded="false" 1031 class="btn btn-link collapsed" 1032 data-test-id="nav-button-settings" 1033 type="button" 1034 > 1035 <svg 1036 aria-hidden="true" 1037 fill="currentColor" 1038 focusable="false" 1039 height="16" 1040 preserveAspectRatio="xMidYMid meet" 1041 viewBox="0 0 16 16" 1042 width="16" 1043 xmlns="http://www.w3.org/2000/svg" 1044 > 1045 <path 1046 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" 1047 /> 1048 <path 1049 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" 1050 /> 1051 </svg> 1052 1053 appNavigation.settings 1054 1055 <svg 1056 aria-hidden="true" 1057 class="icon-expand" 1058 fill="currentColor" 1059 focusable="false" 1060 height="16" 1061 preserveAspectRatio="xMidYMid meet" 1062 viewBox="0 0 16 16" 1063 width="16" 1064 xmlns="http://www.w3.org/2000/svg" 1065 > 1066 <path 1067 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 1068 /> 1069 </svg> 1070 </button> 1071 1072 <transition-stub 1073 class="nav-item__nav" 1074 css="true" 1075 enteractiveclass="collapsing" 1076 enterclass="" 1077 entertoclass="collapse show" 1078 leaveactiveclass="collapsing" 1079 leaveclass="collapse show" 1080 leavetoclass="collapse" 1081 > 1082 <ul 1083 class="collapse" 1084 id="settings" 1085 style="display: none;" 1086 > 1087 <li 1088 class="nav-item" 1089 > 1090 <a 1091 class="nav-link" 1092 data-test-id="nav-item-date-time" 1093 href="#/settings/date-time" 1094 > 1095 1096 appNavigation.dateTime 1097 1098 </a> 1099 <a 1100 class="nav-link" 1101 data-test-id="nav-item-network" 1102 href="#/settings/network" 1103 > 1104 1105 appNavigation.network 1106 1107 </a> 1108 <a 1109 class="nav-link" 1110 data-test-id="nav-item-power-restore-policy" 1111 href="#/settings/power-restore-policy" 1112 > 1113 1114 appNavigation.powerRestorePolicy 1115 1116 </a> 1117 </li> 1118 </ul> 1119 </transition-stub> 1120 </li> 1121 <li 1122 class="nav-item" 1123 > 1124 <button 1125 aria-controls="security-and-access" 1126 aria-expanded="false" 1127 class="btn btn-link collapsed" 1128 data-test-id="nav-button-security-and-access" 1129 type="button" 1130 > 1131 <svg 1132 aria-hidden="true" 1133 fill="currentColor" 1134 focusable="false" 1135 height="16" 1136 preserveAspectRatio="xMidYMid meet" 1137 viewBox="0 0 32 32" 1138 width="16" 1139 xmlns="http://www.w3.org/2000/svg" 1140 > 1141 <path 1142 d="M14 16.59L11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z" 1143 /> 1144 <path 1145 d="M16,30,9.8242,26.7071A10.9818,10.9818,0,0,1,4,17V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V17a10.9818,10.9818,0,0,1-5.8242,9.7071ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z" 1146 /> 1147 </svg> 1148 1149 appNavigation.securityAndAccess 1150 1151 <svg 1152 aria-hidden="true" 1153 class="icon-expand" 1154 fill="currentColor" 1155 focusable="false" 1156 height="16" 1157 preserveAspectRatio="xMidYMid meet" 1158 viewBox="0 0 16 16" 1159 width="16" 1160 xmlns="http://www.w3.org/2000/svg" 1161 > 1162 <path 1163 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 1164 /> 1165 </svg> 1166 </button> 1167 1168 <transition-stub 1169 class="nav-item__nav" 1170 css="true" 1171 enteractiveclass="collapsing" 1172 enterclass="" 1173 entertoclass="collapse show" 1174 leaveactiveclass="collapsing" 1175 leaveclass="collapse show" 1176 leavetoclass="collapse" 1177 > 1178 <ul 1179 class="collapse" 1180 id="security-and-access" 1181 style="display: none;" 1182 > 1183 <li 1184 class="nav-item" 1185 > 1186 <a 1187 class="nav-link" 1188 data-test-id="nav-item-sessions" 1189 href="#/security-and-access/sessions" 1190 > 1191 1192 appNavigation.sessions 1193 1194 </a> 1195 <a 1196 class="nav-link" 1197 data-test-id="nav-item-ldap" 1198 href="#/security-and-access/ldap" 1199 > 1200 1201 appNavigation.ldap 1202 1203 </a> 1204 <a 1205 class="nav-link" 1206 data-test-id="nav-item-user-management" 1207 href="#/security-and-access/user-management" 1208 > 1209 1210 appNavigation.userManagement 1211 1212 </a> 1213 <a 1214 class="nav-link" 1215 data-test-id="nav-item-policies" 1216 href="#/security-and-access/policies" 1217 > 1218 1219 appNavigation.policies 1220 1221 </a> 1222 <a 1223 class="nav-link" 1224 data-test-id="nav-item-certificates" 1225 href="#/security-and-access/certificates" 1226 > 1227 1228 appNavigation.certificates 1229 1230 </a> 1231 </li> 1232 </ul> 1233 </transition-stub> 1234 </li> 1235 <li 1236 class="nav-item" 1237 > 1238 <button 1239 aria-controls="resource-management" 1240 aria-expanded="false" 1241 class="btn btn-link collapsed" 1242 data-test-id="nav-button-resource-management" 1243 type="button" 1244 > 1245 <svg 1246 aria-hidden="true" 1247 fill="currentColor" 1248 focusable="false" 1249 height="16" 1250 preserveAspectRatio="xMidYMid meet" 1251 viewBox="0 0 32 32" 1252 width="16" 1253 xmlns="http://www.w3.org/2000/svg" 1254 > 1255 <path 1256 d="M19 24H26V26H19zM19 20H26V22H19zM19 16H26V18H19zM6 24H13V26H6zM6 20H13V22H6z" 1257 /> 1258 <path 1259 d="M28,4H17a2.0023,2.0023,0,0,0-2,2v6H4a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM15,28H4V14H15Zm2,0V6H28V28Z" 1260 /> 1261 </svg> 1262 1263 appNavigation.resourceManagement 1264 1265 <svg 1266 aria-hidden="true" 1267 class="icon-expand" 1268 fill="currentColor" 1269 focusable="false" 1270 height="16" 1271 preserveAspectRatio="xMidYMid meet" 1272 viewBox="0 0 16 16" 1273 width="16" 1274 xmlns="http://www.w3.org/2000/svg" 1275 > 1276 <path 1277 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 1278 /> 1279 </svg> 1280 </button> 1281 1282 <transition-stub 1283 class="nav-item__nav" 1284 css="true" 1285 enteractiveclass="collapsing" 1286 enterclass="" 1287 entertoclass="collapse show" 1288 leaveactiveclass="collapsing" 1289 leaveclass="collapse show" 1290 leavetoclass="collapse" 1291 > 1292 <ul 1293 class="collapse" 1294 id="resource-management" 1295 style="display: none;" 1296 > 1297 <li 1298 class="nav-item" 1299 > 1300 <a 1301 class="nav-link" 1302 data-test-id="nav-item-power" 1303 href="#/resource-management/power" 1304 > 1305 1306 appNavigation.power 1307 1308 </a> 1309 </li> 1310 </ul> 1311 </transition-stub> 1312 </li> 1313 </ul> 1314 </nav> 1315 </div> 1316 1317 <transition-stub 1318 name="fade" 1319 > 1320 <!----> 1321 </transition-stub> 1322</div> 1323`; 1324